Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: components/sync/core_impl/test/fake_model_type_connector.cc

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698