| 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);
|
|
|