| Index: chrome/browser/autocomplete/history_quick_provider.cc
|
| diff --git a/chrome/browser/autocomplete/history_quick_provider.cc b/chrome/browser/autocomplete/history_quick_provider.cc
|
| index f4b4277ae53a2e7a3acad8db14233e6dc8d6b41d..96c763b0044465347582e03ae702d2ce3a21ee7b 100644
|
| --- a/chrome/browser/autocomplete/history_quick_provider.cc
|
| +++ b/chrome/browser/autocomplete/history_quick_provider.cc
|
| @@ -18,7 +18,6 @@
|
| #include "chrome/browser/autocomplete/chrome_autocomplete_scheme_classifier.h"
|
| #include "chrome/browser/autocomplete/history_url_provider.h"
|
| #include "chrome/browser/autocomplete/in_memory_url_index.h"
|
| -#include "chrome/browser/autocomplete/in_memory_url_index_types.h"
|
| #include "chrome/browser/bookmarks/bookmark_model_factory.h"
|
| #include "chrome/browser/history/history_service_factory.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| @@ -33,6 +32,7 @@
|
| #include "components/metrics/proto/omnibox_input_type.pb.h"
|
| #include "components/omnibox/autocomplete_match_type.h"
|
| #include "components/omnibox/autocomplete_result.h"
|
| +#include "components/omnibox/in_memory_url_index_types.h"
|
| #include "components/omnibox/omnibox_field_trial.h"
|
| #include "components/search_engines/template_url.h"
|
| #include "components/search_engines/template_url_service.h"
|
|
|