| Index: chrome/browser/search_engines/template_url_parser_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/search_engines/template_url_parser_unittest.cc (revision 130759)
|
| +++ chrome/browser/search_engines/template_url_parser_unittest.cc (working copy)
|
| @@ -99,7 +99,7 @@
|
|
|
| std::string contents;
|
| ASSERT_TRUE(file_util::ReadFileToString(full_path, &contents));
|
| - template_url_.reset(TemplateURLParser::Parse(NULL, contents.data(),
|
| + template_url_.reset(TemplateURLParser::Parse(NULL, false, contents.data(),
|
| contents.length(), filter));
|
| }
|
|
|
|
|