Chromium Code Reviews| Index: components/omnibox/browser/autocomplete_classifier.h |
| diff --git a/components/omnibox/browser/autocomplete_classifier.h b/components/omnibox/browser/autocomplete_classifier.h |
| index c1a08a703d067276ae9a039450cd4207da787943..91e87341e7a8caceefaa6ee3eb996db6b022a7cb 100644 |
| --- a/components/omnibox/browser/autocomplete_classifier.h |
| +++ b/components/omnibox/browser/autocomplete_classifier.h |
| @@ -23,7 +23,7 @@ class AutocompleteClassifier : public KeyedService { |
| // Bitmap of AutocompleteProvider::Type values describing the default set of |
| // providers queried for the omnibox. Intended to be passed to |
| // AutocompleteController(). |
| - static const int kDefaultOmniboxProviders; |
| + static int DefaultOmniboxProviders(); |
|
Mark P
2017/02/28 23:06:02
TODO(mpearson): after review, move this down to li
|
| AutocompleteClassifier( |
| std::unique_ptr<AutocompleteController> controller_, |