| Index: components/history/core/test/history_unittest_base.h
|
| diff --git a/chrome/browser/history/history_unittest_base.h b/components/history/core/test/history_unittest_base.h
|
| similarity index 82%
|
| rename from chrome/browser/history/history_unittest_base.h
|
| rename to components/history/core/test/history_unittest_base.h
|
| index 487b325b89957eb9fc5fb77868ee28356b15e36d..5d9ef106a42887d7d9b34d6afd19208960faa795 100644
|
| --- a/chrome/browser/history/history_unittest_base.h
|
| +++ b/components/history/core/test/history_unittest_base.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_HISTORY_HISTORY_UNITTEST_BASE_H_
|
| -#define CHROME_BROWSER_HISTORY_HISTORY_UNITTEST_BASE_H_
|
| +#ifndef COMPONENTS_HISTORY_CORE_TEST_HISTORY_UNITTEST_BASE_H_
|
| +#define COMPONENTS_HISTORY_CORE_TEST_HISTORY_UNITTEST_BASE_H_
|
|
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| @@ -33,4 +33,4 @@ class HistoryUnitTestBase : public testing::Test {
|
|
|
| } // namespace history
|
|
|
| -#endif // CHROME_BROWSER_HISTORY_HISTORY_UNITTEST_BASE_H_
|
| +#endif // COMPONENTS_HISTORY_CORE_TEST_HISTORY_UNITTEST_BASE_H_
|
|
|