| Index: chrome/browser/ui/metro_pin_tab_helper_win.cc
|
| diff --git a/chrome/browser/ui/metro_pin_tab_helper_win.cc b/chrome/browser/ui/metro_pin_tab_helper_win.cc
|
| index 8bc6dd7e7b8a714099e458e3b3e13579f4db6ddd..6dca58fbdcd01a8eddabf5cc9ea0048e11ddbb4a 100644
|
| --- a/chrome/browser/ui/metro_pin_tab_helper_win.cc
|
| +++ b/chrome/browser/ui/metro_pin_tab_helper_win.cc
|
| @@ -124,7 +124,7 @@ bool GetPathToBackupLogo(const base::FilePath& logo_dir,
|
| base::FilePath* logo_path) {
|
| const wchar_t kDefaultLogoFileName[] = L"SecondaryTile.png";
|
| *logo_path = logo_dir.Append(kDefaultLogoFileName);
|
| - if (file_util::PathExists(*logo_path))
|
| + if (base::PathExists(*logo_path))
|
| return true;
|
|
|
| base::FilePath default_logo_path;
|
|
|