Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5183)

Unified Diff: chrome/installer/util/chrome_browser_operations.cc

Issue 18286004: Move PathExists to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/installer/util/chrome_browser_operations.cc
diff --git a/chrome/installer/util/chrome_browser_operations.cc b/chrome/installer/util/chrome_browser_operations.cc
index 01a106b4cb355bc4c9389a0bd26d765725441bae..59757e4031cfb62d2c3b0b94fe429e5a5b594105 100644
--- a/chrome/installer/util/chrome_browser_operations.cc
+++ b/chrome/installer/util/chrome_browser_operations.cc
@@ -115,7 +115,7 @@ void ChromeBrowserOperations::AddDefaultShortcutProperties(
int icon_index = dist->GetIconIndex();
base::FilePath prefs_path(target_exe.DirName().AppendASCII(
installer::kDefaultMasterPrefs));
- if (file_util::PathExists(prefs_path)) {
+ if (base::PathExists(prefs_path)) {
installer::MasterPreferences prefs(prefs_path);
prefs.GetInt(installer::master_preferences::kChromeShortcutIconIndex,
&icon_index);
« no previous file with comments | « chrome/installer/test/alternate_version_generator_main.cc ('k') | chrome/installer/util/conditional_work_item_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698