| Index: components/sync/core/test/fake_model_type_connector.h
|
| diff --git a/sync/internal_api/public/test/fake_model_type_connector.h b/components/sync/core/test/fake_model_type_connector.h
|
| similarity index 69%
|
| rename from sync/internal_api/public/test/fake_model_type_connector.h
|
| rename to components/sync/core/test/fake_model_type_connector.h
|
| index 161dfd5d78764222770d0395f989dbe32b755e92..628e57a3717a122c94b647faa3801cd777dfe648 100644
|
| --- a/sync/internal_api/public/test/fake_model_type_connector.h
|
| +++ b/components/sync/core/test/fake_model_type_connector.h
|
| @@ -2,10 +2,10 @@
|
| // 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_FAKE_MODEL_TYPE_CONNECTOR_H_
|
| -#define SYNC_INTERNAL_API_PUBLIC_TEST_FAKE_MODEL_TYPE_CONNECTOR_H_
|
| +#ifndef COMPONENTS_SYNC_CORE_TEST_FAKE_MODEL_TYPE_CONNECTOR_H_
|
| +#define COMPONENTS_SYNC_CORE_TEST_FAKE_MODEL_TYPE_CONNECTOR_H_
|
|
|
| -#include "sync/internal_api/public/model_type_connector.h"
|
| +#include "components/sync/core/model_type_connector.h"
|
|
|
| namespace syncer_v2 {
|
|
|
| @@ -23,4 +23,4 @@ class FakeModelTypeConnector : public ModelTypeConnector {
|
|
|
| } // namespace syncer_v2
|
|
|
| -#endif // SYNC_INTERNAL_API_PUBLIC_TEST_FAKE_MODEL_TYPE_CONNECTOR_H_
|
| +#endif // COMPONENTS_SYNC_CORE_TEST_FAKE_MODEL_TYPE_CONNECTOR_H_
|
|
|