Index: chrome/browser/chromeos/mobile/mobile_activator.cc |
diff --git a/chrome/browser/chromeos/mobile/mobile_activator.cc b/chrome/browser/chromeos/mobile/mobile_activator.cc |
index 2628fb14b9111e8b6240bebddfa992e16c85407c..db658b14da696ab3993a7552f533f4aa5e02cf17 100644 |
--- a/chrome/browser/chromeos/mobile/mobile_activator.cc |
+++ b/chrome/browser/chromeos/mobile/mobile_activator.cc |
@@ -89,7 +89,7 @@ void CellularConfigDocument::LoadCellularConfigFile() { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); |
// Load partner customization startup manifest if it is available. |
base::FilePath config_path(kCellularConfigPath); |
- if (!file_util::PathExists(config_path)) |
+ if (!base::PathExists(config_path)) |
return; |
if (LoadFromFile(config_path)) |