| 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 5194c79b62c0a3a0465ce34d9e29f0bd5b587404..c49a4c706e3c2838d37f6cf5e549fe977e105559 100644
|
| --- a/chrome/browser/ui/search/instant_extended_manual_interactive_uitest.cc
|
| +++ b/chrome/browser/ui/search/instant_extended_manual_interactive_uitest.cc
|
| @@ -55,7 +55,7 @@ class InstantExtendedManualTest : public InProcessBrowserTest,
|
| host_resolver_proc_ = NULL;
|
| }
|
|
|
| - virtual void SetUpOnMainThread() OVERRIDE {
|
| + virtual void SetUpOnMainThread() override {
|
| const testing::TestInfo* const test_info =
|
| testing::UnitTest::GetInstance()->current_test_info();
|
| ASSERT_TRUE(StartsWithASCII(test_info->name(), "MANUAL_", true) ||
|
| @@ -65,12 +65,12 @@ class InstantExtendedManualTest : public InProcessBrowserTest,
|
| new net::NetworkChangeNotifier::DisableForTest());
|
| }
|
|
|
| - virtual void TearDownOnMainThread() OVERRIDE {
|
| + virtual void TearDownOnMainThread() override {
|
| disable_network_change_notifier_.reset();
|
| }
|
|
|
| protected:
|
| - virtual void SetUpInProcessBrowserTestFixture() OVERRIDE {
|
| + virtual void SetUpInProcessBrowserTestFixture() override {
|
| chrome::EnableQueryExtractionForTesting();
|
| }
|
|
|
|
|