| Index: chrome/browser/autocomplete/history_provider.cc
|
| diff --git a/chrome/browser/autocomplete/history_provider.cc b/chrome/browser/autocomplete/history_provider.cc
|
| index 32963348694e8619e98191ed20363904e178f6ce..a0bfa79d1435e48732acc6faddd4889a64ab0d76 100644
|
| --- a/chrome/browser/autocomplete/history_provider.cc
|
| +++ b/chrome/browser/autocomplete/history_provider.cc
|
| @@ -8,7 +8,6 @@
|
|
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.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"
|
| @@ -17,6 +16,7 @@
|
| #include "components/history/core/browser/history_service.h"
|
| #include "components/omnibox/autocomplete_input.h"
|
| #include "components/omnibox/autocomplete_match.h"
|
| +#include "components/omnibox/in_memory_url_index_types.h"
|
| #include "url/url_util.h"
|
|
|
| using bookmarks::BookmarkModel;
|
|
|