| Index: components/query_parser/query_parser.h
|
| diff --git a/components/query_parser/query_parser.h b/components/query_parser/query_parser.h
|
| index d251047c9ce4667099526177bac073c34a6517fa..a6e2d229ea1a783ad380d4a06c71c552e1f739eb 100644
|
| --- a/components/query_parser/query_parser.h
|
| +++ b/components/query_parser/query_parser.h
|
| @@ -5,9 +5,11 @@
|
| #ifndef COMPONENTS_QUERY_PARSER_QUERY_PARSER_H_
|
| #define COMPONENTS_QUERY_PARSER_QUERY_PARSER_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| #include "base/strings/string16.h"
|
| #include "components/query_parser/snippet.h"
|
|
|
|
|