| Index: components/sync/core/test/test_internal_components_factory.h
|
| diff --git a/sync/internal_api/public/test/test_internal_components_factory.h b/components/sync/core/test/test_internal_components_factory.h
|
| similarity index 84%
|
| rename from sync/internal_api/public/test/test_internal_components_factory.h
|
| rename to components/sync/core/test/test_internal_components_factory.h
|
| index 419903deed71aa31e79bfa332d1a7f100e5a2ed7..a5bfb334f6bf0c79c1c2670e85def351181fff16 100644
|
| --- a/sync/internal_api/public/test/test_internal_components_factory.h
|
| +++ b/components/sync/core/test/test_internal_components_factory.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SYNC_INTERNAL_API_PUBLIC_TEST_TEST_INTERNAL_COMPONENTS_FACTORY_H_
|
| -#define SYNC_INTERNAL_API_PUBLIC_TEST_TEST_INTERNAL_COMPONENTS_FACTORY_H_
|
| +#ifndef COMPONENTS_SYNC_CORE_TEST_TEST_INTERNAL_COMPONENTS_FACTORY_H_
|
| +#define COMPONENTS_SYNC_CORE_TEST_TEST_INTERNAL_COMPONENTS_FACTORY_H_
|
|
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/macros.h"
|
| -#include "sync/internal_api/public/internal_components_factory.h"
|
| +#include "components/sync/core/internal_components_factory.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -51,4 +51,4 @@ class TestInternalComponentsFactory : public InternalComponentsFactory {
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_INTERNAL_API_PUBLIC_TEST_TEST_INTERNAL_COMPONENTS_FACTORY_H_
|
| +#endif // COMPONENTS_SYNC_CORE_TEST_TEST_INTERNAL_COMPONENTS_FACTORY_H_
|
|
|