| Index: chrome/browser/autocomplete/shortcuts_backend.h
|
| diff --git a/chrome/browser/autocomplete/shortcuts_backend.h b/chrome/browser/autocomplete/shortcuts_backend.h
|
| index 621cdd3c6870a2c0411f0c001f5efaac497786b6..7eceb583d37fa9589c754c93a075583cb32a21fe 100644
|
| --- a/chrome/browser/autocomplete/shortcuts_backend.h
|
| +++ b/chrome/browser/autocomplete/shortcuts_backend.h
|
| @@ -18,8 +18,8 @@
|
| #include "base/synchronization/lock.h"
|
| #include "base/time/time.h"
|
| #include "chrome/browser/history/shortcuts_database.h"
|
| -#include "components/autocomplete/autocomplete_match.h"
|
| #include "components/keyed_service/content/refcounted_browser_context_keyed_service.h"
|
| +#include "components/omnibox/autocomplete_match.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| #include "url/gurl.h"
|
|
|