| Index: chrome/browser/android/omnibox/autocomplete_controller_android.cc
|
| diff --git a/chrome/browser/android/omnibox/autocomplete_controller_android.cc b/chrome/browser/android/omnibox/autocomplete_controller_android.cc
|
| index ec11a572e4a697ba816ccd04c31464dcccc3c142..f5755af2bae463fcee1d38970802367a1230591a 100644
|
| --- a/chrome/browser/android/omnibox/autocomplete_controller_android.cc
|
| +++ b/chrome/browser/android/omnibox/autocomplete_controller_android.cc
|
| @@ -65,9 +65,6 @@ using metrics::OmniboxEventProto;
|
|
|
| namespace {
|
|
|
| -const int kAndroidAutocompleteProviders =
|
| - AutocompleteClassifier::kDefaultOmniboxProviders;
|
| -
|
| /**
|
| * A prefetcher class responsible for triggering zero suggest prefetch.
|
| * The prefetch occurs as a side-effect of calling OnOmniboxFocused() on
|
| @@ -127,7 +124,7 @@ AutocompleteControllerAndroid::AutocompleteControllerAndroid(Profile* profile)
|
| : autocomplete_controller_(new AutocompleteController(
|
| base::WrapUnique(new ChromeAutocompleteProviderClient(profile)),
|
| this,
|
| - kAndroidAutocompleteProviders)),
|
| + AutocompleteClassifier::DefaultOmniboxProviders())),
|
| inside_synchronous_start_(false),
|
| profile_(profile) {}
|
|
|
|
|