| Index: chrome/browser/policy/policy_prefs_browsertest.cc
|
| diff --git a/chrome/browser/policy/policy_prefs_browsertest.cc b/chrome/browser/policy/policy_prefs_browsertest.cc
|
| index 689b40a3ec437ac1f8cc3c63c2fcbfb53eda8783..9d9abb42c068b37be7e16a8f56e3acffd44ba0c0 100644
|
| --- a/chrome/browser/policy/policy_prefs_browsertest.cc
|
| +++ b/chrome/browser/policy/policy_prefs_browsertest.cc
|
| @@ -197,7 +197,7 @@ class PolicyTestCases {
|
| base::FilePath(FILE_PATH_LITERAL("policy")),
|
| base::FilePath(FILE_PATH_LITERAL("policy_test_cases.json")));
|
| std::string json;
|
| - if (!file_util::ReadFileToString(path, &json)) {
|
| + if (!base::ReadFileToString(path, &json)) {
|
| ADD_FAILURE();
|
| return;
|
| }
|
|
|