summaryrefslogtreecommitdiffstats
path: root/chrome/test/reliability/automated_ui_tests.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/reliability/automated_ui_tests.cc')
-rw-r--r--chrome/test/reliability/automated_ui_tests.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/reliability/automated_ui_tests.cc b/chrome/test/reliability/automated_ui_tests.cc
index 2f43c29..e59f436 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_);
}