| Index: chrome/browser/sync/test/integration/sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/sync_test.cc b/chrome/browser/sync/test/integration/sync_test.cc
|
| index ca447bc5c53a71e320cf58beae0a297a1a478460..a558afea28e5bef4231f11d5eff4ace57fb83fe5 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_test.cc
|
| @@ -407,7 +407,7 @@ void SyncTest::ReadPasswordFile() {
|
| LOG(FATAL) << "Can't run live server test without specifying --"
|
| << switches::kPasswordFileForTest << "=<filename>";
|
| std::string file_contents;
|
| - file_util::ReadFileToString(password_file_, &file_contents);
|
| + base::ReadFileToString(password_file_, &file_contents);
|
| ASSERT_NE(file_contents, "") << "Password file \""
|
| << password_file_.value() << "\" does not exist.";
|
| std::vector<std::string> tokens;
|
|
|