| Index: chrome/test/reliability/automated_ui_tests.cc
|
| diff --git a/chrome/test/reliability/automated_ui_tests.cc b/chrome/test/reliability/automated_ui_tests.cc
|
| index 2f43c29ef841525aae7cb580c4f9d98bb2539a2e..e59f4366a2fd32ce70ec287a27b82df3d56f1c74 100644
|
| --- a/chrome/test/reliability/automated_ui_tests.cc
|
| +++ b/chrome/test/reliability/automated_ui_tests.cc
|
| @@ -627,7 +627,7 @@ bool AutomatedUITest::ForceCrash() {
|
| bool AutomatedUITest::InitXMLReader() {
|
| base::FilePath input_path = GetInputFilePath();
|
|
|
| - if (!file_util::ReadFileToString(input_path, &xml_init_file_))
|
| + if (!base::ReadFileToString(input_path, &xml_init_file_))
|
| return false;
|
| return init_reader_.Load(xml_init_file_);
|
| }
|
|
|