| Index: chrome/browser/chromeos/policy/user_policy_disk_cache.cc
|
| diff --git a/chrome/browser/chromeos/policy/user_policy_disk_cache.cc b/chrome/browser/chromeos/policy/user_policy_disk_cache.cc
|
| index bb93e8972296a6bd109f62faa335cbb22c007aa8..e9249cd3f322b2387ea450d34e7c5979212c60c3 100644
|
| --- a/chrome/browser/chromeos/policy/user_policy_disk_cache.cc
|
| +++ b/chrome/browser/chromeos/policy/user_policy_disk_cache.cc
|
| @@ -73,7 +73,7 @@ void UserPolicyDiskCache::LoadOnFileThread() {
|
|
|
| // Read the protobuf from the file.
|
| std::string data;
|
| - if (!file_util::ReadFileToString(backing_file_path_, &data)) {
|
| + if (!base::ReadFileToString(backing_file_path_, &data)) {
|
| LOG(WARNING) << "Failed to read policy data from "
|
| << backing_file_path_.value();
|
| LoadDone(LOAD_RESULT_READ_ERROR, cached_response);
|
|
|