| 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 d0d3802865c7f2a07c4721b4ab189dde98696ee2..9475e6e8e06d78d5ee02cd41e6a80263e58f771a 100644
|
| --- a/chrome/browser/chromeos/mobile/mobile_activator.cc
|
| +++ b/chrome/browser/chromeos/mobile/mobile_activator.cc
|
| @@ -118,7 +118,7 @@ void CellularConfigDocument::SetErrorMap(
|
|
|
| bool CellularConfigDocument::LoadFromFile(const base::FilePath& config_path) {
|
| std::string config;
|
| - if (!file_util::ReadFileToString(config_path, &config))
|
| + if (!base::ReadFileToString(config_path, &config))
|
| return false;
|
|
|
| scoped_ptr<Value> root(
|
|
|