From 7dbb3d5cf0c15f500944d211057644d6a2f37371 Mon Sep 17 00:00:00 2001 From: Ben Murdoch Date: Wed, 17 Jul 2013 14:55:54 +0100 Subject: Merge from Chromium at DEPS revision r212014 This commit was generated by merge_to_master.py. Change-Id: Ie0f261e9682cd8abea1eea1e51beab83d5eea21a --- chrome/browser/component_updater/recovery_component_installer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/component_updater/recovery_component_installer.cc') diff --git a/chrome/browser/component_updater/recovery_component_installer.cc b/chrome/browser/component_updater/recovery_component_installer.cc index 4891aab1f8..625afd60a2 100644 --- a/chrome/browser/component_updater/recovery_component_installer.cc +++ b/chrome/browser/component_updater/recovery_component_installer.cc @@ -112,7 +112,7 @@ bool RecoveryComponentInstaller::Install(const base::DictionaryValue& manifest, if (current_version_.CompareTo(version) >= 0) return false; base::FilePath main_file = unpack_path.Append(kRecoveryFileName); - if (!file_util::PathExists(main_file)) + if (!base::PathExists(main_file)) return false; // Passed the basic tests. The installation continues with the // recovery component itself running from the temp directory. -- cgit v1.2.3