| Index: chrome/browser/autocomplete/in_memory_url_index.h
|
| diff --git a/chrome/browser/autocomplete/in_memory_url_index.h b/chrome/browser/autocomplete/in_memory_url_index.h
|
| index c881a1ff132ca4566b059cb4a5dd5d8f539d6a79..2b3199cf1f332db2cb2b5fd60b2818959c0ddf6a 100644
|
| --- a/chrome/browser/autocomplete/in_memory_url_index.h
|
| +++ b/chrome/browser/autocomplete/in_memory_url_index.h
|
| @@ -18,11 +18,11 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/strings/string16.h"
|
| #include "base/task/cancelable_task_tracker.h"
|
| +#include "chrome/browser/autocomplete/scored_history_match.h"
|
| #include "components/history/core/browser/history_db_task.h"
|
| #include "components/history/core/browser/history_service_observer.h"
|
| #include "components/history/core/browser/history_types.h"
|
| #include "components/keyed_service/core/keyed_service.h"
|
| -#include "components/omnibox/scored_history_match.h"
|
|
|
| class HistoryQuickProviderTest;
|
|
|
|
|