summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/query_parser_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/history/query_parser_unittest.cc')
-rw-r--r--chrome/browser/history/query_parser_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/history/query_parser_unittest.cc b/chrome/browser/history/query_parser_unittest.cc
index 5a97fec..9245cc9 100644
--- a/chrome/browser/history/query_parser_unittest.cc
+++ b/chrome/browser/history/query_parser_unittest.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/history/query_parser.h"
#include "base/basictypes.h"
-#include "chrome/common/scoped_vector.h"
+#include "base/scoped_vector.h"
+#include "chrome/browser/history/query_parser.h"
#include "testing/gtest/include/gtest/gtest.h"
class QueryParserTest : public testing::Test {