diff options
Diffstat (limited to 'chrome/test/perf/startup_test.cc')
-rw-r--r-- | chrome/test/perf/startup_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/perf/startup_test.cc b/chrome/test/perf/startup_test.cc index 6b3e62f..09d0eb9 100644 --- a/chrome/test/perf/startup_test.cc +++ b/chrome/test/perf/startup_test.cc @@ -117,7 +117,7 @@ class StartupTest : public UIPerfTest { // Read in preferences template. std::string pref_string; - EXPECT_TRUE(file_util::ReadFileToString(pref_template_path, &pref_string)); + EXPECT_TRUE(base::ReadFileToString(pref_template_path, &pref_string)); string16 format_string = ASCIIToUTF16(pref_string); // Make sure temp directory has the proper format for writing to prefs file. |