| Index: components/history/core/test/history_unittest_base.cc
|
| diff --git a/chrome/browser/history/history_unittest_base.cc b/components/history/core/test/history_unittest_base.cc
|
| similarity index 95%
|
| rename from chrome/browser/history/history_unittest_base.cc
|
| rename to components/history/core/test/history_unittest_base.cc
|
| index 6a2ca9a010e6fff754ab249846abd56840061dd3..040a4744407ce15c2623c3978370b0b0935baf8a 100644
|
| --- a/chrome/browser/history/history_unittest_base.cc
|
| +++ b/components/history/core/test/history_unittest_base.cc
|
| @@ -2,13 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "components/history/core/test/history_unittest_base.h"
|
| +
|
| #include <vector>
|
|
|
| #include "base/files/file_util.h"
|
| #include "base/format_macros.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/stringprintf.h"
|
| -#include "chrome/browser/history/history_unittest_base.h"
|
| #include "sql/connection.h"
|
|
|
| namespace history {
|
|
|