| Index: components/omnibox/browser/history_provider.h
|
| diff --git a/components/omnibox/browser/history_provider.h b/components/omnibox/browser/history_provider.h
|
| index a64b0a6f7e7c219bb14da9e9201483a05a17407b..860892716141a1af9e186e208eec7bf7a27decb9 100644
|
| --- a/components/omnibox/browser/history_provider.h
|
| +++ b/components/omnibox/browser/history_provider.h
|
| @@ -5,7 +5,10 @@
|
| #ifndef COMPONENTS_OMNIBOX_BROWSER_HISTORY_PROVIDER_H_
|
| #define COMPONENTS_OMNIBOX_BROWSER_HISTORY_PROVIDER_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "components/omnibox/browser/autocomplete_provider.h"
|
| #include "components/omnibox/browser/autocomplete_provider_client.h"
|
| #include "components/omnibox/browser/in_memory_url_index_types.h"
|
|
|