summaryrefslogtreecommitdiffstats
path: root/components/query_parser/query_parser_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/query_parser/query_parser_unittest.cc')
-rw-r--r--components/query_parser/query_parser_unittest.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/components/query_parser/query_parser_unittest.cc b/components/query_parser/query_parser_unittest.cc
index 9a63d15..c99c639 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"