Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Unified Diff: chrome/tools/profile_reset/jtl_parser_unittest.cc

Issue 1172183002: Move StartsWith[ASCII] to base namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@string_util3
Patch Set: merger Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/tools/profile_reset/jtl_parser_unittest.cc
diff --git a/chrome/tools/profile_reset/jtl_parser_unittest.cc b/chrome/tools/profile_reset/jtl_parser_unittest.cc
index 76f6171b7d9493574b8dc13e16e2e0030107f815..87b7ebc57a486f26417b925906f929bad8edda83 100644
--- a/chrome/tools/profile_reset/jtl_parser_unittest.cc
+++ b/chrome/tools/profile_reset/jtl_parser_unittest.cc
@@ -43,7 +43,7 @@ void ExpectNextOperationToFail(JtlParser* parser,
EXPECT_FALSE(parser->ParseNextOperation(
&actual_name, &actual_args, &actual_ends_sentence));
EXPECT_THAT(parser->GetLastContext(),
- testing::StartsWith(expected_context_prefix));
+ testing::base::StartsWith(expected_context_prefix));
EXPECT_EQ(expected_line_number, parser->GetLastLineNumber());
}
« no previous file with comments | « chrome/tools/profile_reset/jtl_compiler_unittest.cc ('k') | chrome/utility/importer/bookmark_html_reader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698