| Index: chrome/browser/autocomplete/in_memory_url_index_factory.cc
|
| diff --git a/chrome/browser/autocomplete/in_memory_url_index_factory.cc b/chrome/browser/autocomplete/in_memory_url_index_factory.cc
|
| index 6642000f4d05b7013d9c047249acbcf60cf53a53..6f9ecd66d9d746fd5922435fcb508b5906c5671c 100644
|
| --- a/chrome/browser/autocomplete/in_memory_url_index_factory.cc
|
| +++ b/chrome/browser/autocomplete/in_memory_url_index_factory.cc
|
| @@ -6,7 +6,6 @@
|
|
|
| #include "base/memory/singleton.h"
|
| #include "base/prefs/pref_service.h"
|
| -#include "chrome/browser/autocomplete/in_memory_url_index.h"
|
| #include "chrome/browser/bookmarks/bookmark_model_factory.h"
|
| #include "chrome/browser/history/history_service_factory.h"
|
| #include "chrome/browser/profiles/incognito_helpers.h"
|
| @@ -14,6 +13,7 @@
|
| #include "chrome/common/pref_names.h"
|
| #include "components/keyed_service/content/browser_context_dependency_manager.h"
|
| #include "components/keyed_service/core/service_access_type.h"
|
| +#include "components/omnibox/in_memory_url_index.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/common/url_constants.h"
|
|
|
|
|