Index: components/sync/core_impl/test/fake_model_type_connector.cc |
diff --git a/sync/internal_api/test/fake_model_type_connector.cc b/components/sync/core_impl/test/fake_model_type_connector.cc |
similarity index 70% |
rename from sync/internal_api/test/fake_model_type_connector.cc |
rename to components/sync/core_impl/test/fake_model_type_connector.cc |
index 1af190c2398c4bb07063c8675b3ae8efb2d5e54d..f03c5147345503a48f18a8a62fb09c0194c0476c 100644 |
--- a/sync/internal_api/test/fake_model_type_connector.cc |
+++ b/components/sync/core_impl/test/fake_model_type_connector.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 "sync/internal_api/public/test/fake_model_type_connector.h" |
+#include "components/sync/core/test/fake_model_type_connector.h" |
-#include "sync/internal_api/public/activation_context.h" |
+#include "components/sync/core/activation_context.h" |
namespace syncer_v2 { |
@@ -14,10 +14,8 @@ FakeModelTypeConnector::~FakeModelTypeConnector() {} |
void FakeModelTypeConnector::ConnectType( |
syncer::ModelType type, |
- std::unique_ptr<ActivationContext> activation_context) { |
-} |
+ std::unique_ptr<ActivationContext> activation_context) {} |
-void FakeModelTypeConnector::DisconnectType(syncer::ModelType type) { |
-} |
+void FakeModelTypeConnector::DisconnectType(syncer::ModelType type) {} |
} // namespace syncer_v2 |