summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/search_engines/template_url_parser_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/search_engines/template_url_parser_unittest.cc b/chrome/browser/search_engines/template_url_parser_unittest.cc
index 18dcad2..d3a6688 100644
--- a/chrome/browser/search_engines/template_url_parser_unittest.cc
+++ b/chrome/browser/search_engines/template_url_parser_unittest.cc
@@ -43,7 +43,7 @@ class TemplateURLParserTest : public testing::Test {
ASSERT_TRUE(file_util::PathExists(full_path));
std::string contents;
- file_util::ReadFileToString(full_path, &contents);
+ ASSERT_TRUE(file_util::ReadFileToString(full_path, &contents));
parse_result_ = TemplateURLParser::Parse(
reinterpret_cast<const unsigned char*>(contents.c_str()),
contents.length(), filter, &template_url_);