| 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());
|
| }
|
|
|
|
|