| Index: chrome/browser/autocomplete/shortcuts_backend.cc
|
| diff --git a/chrome/browser/autocomplete/shortcuts_backend.cc b/chrome/browser/autocomplete/shortcuts_backend.cc
|
| index cebeb7d48a256113c90160ccc7592cc75b276e9a..f5f6148d3d320d62300ac9cd631ff7b69416a814 100644
|
| --- a/chrome/browser/autocomplete/shortcuts_backend.cc
|
| +++ b/chrome/browser/autocomplete/shortcuts_backend.cc
|
| @@ -13,7 +13,6 @@
|
| #include "base/guid.h"
|
| #include "base/i18n/case_conversion.h"
|
| #include "base/strings/string_util.h"
|
| -#include "chrome/browser/autocomplete/base_search_provider.h"
|
| #include "chrome/browser/chrome_notification_types.h"
|
| #include "chrome/browser/history/history_notifications.h"
|
| #include "chrome/browser/history/history_service.h"
|
| @@ -27,6 +26,7 @@
|
| #include "components/omnibox/autocomplete_match.h"
|
| #include "components/omnibox/autocomplete_match_type.h"
|
| #include "components/omnibox/autocomplete_result.h"
|
| +#include "components/omnibox/base_search_provider.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/notification_details.h"
|
| #include "content/public/browser/notification_source.h"
|
|
|