| Index: components/omnibox/browser/answers_cache.h
|
| diff --git a/components/omnibox/browser/answers_cache.h b/components/omnibox/browser/answers_cache.h
|
| index e0be2381ed46e24e4cd6aaab4442ff1d3433245e..0f62949bc7e1c77bd24de15f546f09c8786b59bd 100644
|
| --- a/components/omnibox/browser/answers_cache.h
|
| +++ b/components/omnibox/browser/answers_cache.h
|
| @@ -5,9 +5,11 @@
|
| #ifndef COMPONENTS_OMNIBOX_BROWSER_ANSWERS_CACHE_H_
|
| #define COMPONENTS_OMNIBOX_BROWSER_ANSWERS_CACHE_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <list>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| #include "base/strings/string16.h"
|
|
|
| struct AnswersQueryData {
|
|
|