| Index: chrome/browser/autocomplete/history_quick_provider.h
|
| diff --git a/chrome/browser/autocomplete/history_quick_provider.h b/chrome/browser/autocomplete/history_quick_provider.h
|
| index 6ce663be9a9d7e6d70b10d4eb007be6b3d4750d8..105394bfc9406df1389829abd223b3fdb90dd2a7 100644
|
| --- a/chrome/browser/autocomplete/history_quick_provider.h
|
| +++ b/chrome/browser/autocomplete/history_quick_provider.h
|
| @@ -12,8 +12,8 @@
|
| #include "chrome/browser/autocomplete/history_provider.h"
|
| #include "chrome/browser/history/history_types.h"
|
| #include "chrome/browser/history/in_memory_url_index.h"
|
| -#include "components/autocomplete/autocomplete_input.h"
|
| -#include "components/autocomplete/autocomplete_match.h"
|
| +#include "components/omnibox/autocomplete_input.h"
|
| +#include "components/omnibox/autocomplete_match.h"
|
|
|
| class Profile;
|
|
|
|
|