| Index: chrome/browser/ui/omnibox/omnibox_controller_unittest.cc
|
| diff --git a/chrome/browser/ui/omnibox/omnibox_controller_unittest.cc b/chrome/browser/ui/omnibox/omnibox_controller_unittest.cc
|
| index 4c855c3b4b6cd028401f06419a86b229b9ade5f0..2d87a892d457010bc011566844bddec74cb46875 100644
|
| --- a/chrome/browser/ui/omnibox/omnibox_controller_unittest.cc
|
| +++ b/chrome/browser/ui/omnibox/omnibox_controller_unittest.cc
|
| @@ -5,7 +5,6 @@
|
| #include "base/prefs/pref_service.h"
|
| #include "chrome/browser/autocomplete/autocomplete_controller.h"
|
| #include "chrome/browser/autocomplete/autocomplete_provider.h"
|
| -#include "chrome/browser/search/search.h"
|
| #include "chrome/browser/ui/omnibox/omnibox_controller.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| @@ -73,7 +72,6 @@ TEST_F(OmniboxControllerTest, CheckDefaultAutocompleteProviders) {
|
| int providers_with_instant_extended = observed_providers;
|
| // TODO(beaudoin): remove TYPE_SEARCH once it's no longer needed to pass
|
| // the Instant suggestion through via FinalizeInstantQuery.
|
| - chrome::EnableInstantExtendedAPIForTesting();
|
| CreateController();
|
| AssertProviders(providers_with_instant_extended);
|
| }
|
|
|