| Index: components/query_parser/query_parser_unittest.cc
|
| diff --git a/components/query_parser/query_parser_unittest.cc b/components/query_parser/query_parser_unittest.cc
|
| index 9a63d15a62dd6a96ea62e1338e2975cd585bd1fd..c99c639b96447493d73b915cd04240f6836f2af0 100644
|
| --- a/components/query_parser/query_parser_unittest.cc
|
| +++ b/components/query_parser/query_parser_unittest.cc
|
| @@ -2,7 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stddef.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_vector.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "components/query_parser/query_parser.h"
|
|
|