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 f961e35bcd88c9b7bd253b5728d304fee3ec287e..e977ab1b0b41cda91057d6b89d7588cbbf13a754 100644 |
--- a/chrome/browser/autocomplete/history_quick_provider.cc |
+++ b/chrome/browser/autocomplete/history_quick_provider.cc |
@@ -19,11 +19,12 @@ |
#include "base/time/time.h" |
#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/autocomplete/scored_history_match_builder_impl.h" |
#include "chrome/browser/bookmarks/bookmark_model_factory.h" |
#include "chrome/browser/history/history_service.h" |
#include "chrome/browser/history/history_service_factory.h" |
-#include "chrome/browser/history/in_memory_url_index.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/search_engines/template_url_service_factory.h" |
#include "chrome/common/chrome_switches.h" |
@@ -31,7 +32,6 @@ |
#include "chrome/common/url_constants.h" |
#include "components/bookmarks/browser/bookmark_model.h" |
#include "components/history/core/browser/history_database.h" |
-#include "components/history/core/browser/in_memory_url_index_types.h" |
#include "components/metrics/proto/omnibox_input_type.pb.h" |
#include "components/omnibox/autocomplete_match_type.h" |
#include "components/omnibox/autocomplete_result.h" |