| Index: chrome/browser/ui/search/instant_extended_manual_interactive_uitest.cc
|
| diff --git a/chrome/browser/ui/search/instant_extended_manual_interactive_uitest.cc b/chrome/browser/ui/search/instant_extended_manual_interactive_uitest.cc
|
| index 7707c584078382a50ee7a5885c784cede66a362d..e25c471b3322f32d5f29cba2a0f4bfacbdda3534 100644
|
| --- a/chrome/browser/ui/search/instant_extended_manual_interactive_uitest.cc
|
| +++ b/chrome/browser/ui/search/instant_extended_manual_interactive_uitest.cc
|
| @@ -58,8 +58,8 @@ class InstantExtendedManualTest : public InProcessBrowserTest,
|
| void SetUpOnMainThread() override {
|
| const testing::TestInfo* const test_info =
|
| testing::UnitTest::GetInstance()->current_test_info();
|
| - ASSERT_TRUE(StartsWithASCII(test_info->name(), "MANUAL_", true) ||
|
| - StartsWithASCII(test_info->name(), "DISABLED_", true));
|
| + ASSERT_TRUE(base::StartsWithASCII(test_info->name(), "MANUAL_", true) ||
|
| + base::StartsWithASCII(test_info->name(), "DISABLED_", true));
|
| // Make IsOffline() return false so we don't try to use the local NTP.
|
| disable_network_change_notifier_.reset(
|
| new net::NetworkChangeNotifier::DisableForTest());
|
|
|