| Index: components/omnibox/browser/bookmark_provider.h
|
| diff --git a/components/omnibox/browser/bookmark_provider.h b/components/omnibox/browser/bookmark_provider.h
|
| index 98f1a85a553822c3aba6f6055fe7a7cb05fa416f..72fd13d083ba5431a6063c96dec938bd44ab8764 100644
|
| --- a/components/omnibox/browser/bookmark_provider.h
|
| +++ b/components/omnibox/browser/bookmark_provider.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef COMPONENTS_OMNIBOX_BROWSER_BOOKMARK_PROVIDER_H_
|
| #define COMPONENTS_OMNIBOX_BROWSER_BOOKMARK_PROVIDER_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
|
|
| #include "base/gtest_prod_util.h"
|
| +#include "base/macros.h"
|
| #include "components/omnibox/browser/autocomplete_input.h"
|
| #include "components/omnibox/browser/autocomplete_match.h"
|
| #include "components/omnibox/browser/autocomplete_provider.h"
|
|
|