diff options
Diffstat (limited to 'chrome/browser/chromeos/mobile/mobile_activator.cc')
-rw-r--r-- | chrome/browser/chromeos/mobile/mobile_activator.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/mobile/mobile_activator.cc b/chrome/browser/chromeos/mobile/mobile_activator.cc index 2628fb1..db658b1 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)) |