| Index: chrome/browser/search_engines/template_url_parser_unittest.cc
|
| diff --git a/chrome/browser/search_engines/template_url_parser_unittest.cc b/chrome/browser/search_engines/template_url_parser_unittest.cc
|
| index 3905a3a71813b5a0bdc80a073bb47938ce16844d..b6020166340424a97ff06b0c227d6a7705068e13 100644
|
| --- a/chrome/browser/search_engines/template_url_parser_unittest.cc
|
| +++ b/chrome/browser/search_engines/template_url_parser_unittest.cc
|
| @@ -98,7 +98,7 @@ void TemplateURLParserTest::ParseFile(
|
| ASSERT_TRUE(base::PathExists(full_path));
|
|
|
| std::string contents;
|
| - ASSERT_TRUE(file_util::ReadFileToString(full_path, &contents));
|
| + ASSERT_TRUE(base::ReadFileToString(full_path, &contents));
|
| template_url_.reset(TemplateURLParser::Parse(NULL, false, contents.data(),
|
| contents.length(), filter));
|
| }
|
|
|