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

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

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 years, 2 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/components/sync/core_impl/test/fake_model_type_connector.cc b/components/sync/core_impl/test/fake_model_type_connector.cc
index 73d66afae270187aa4340e3eae8d6cb67b69a06d..f03c5147345503a48f18a8a62fb09c0194c0476c 100644
--- a/components/sync/core_impl/test/fake_model_type_connector.cc
+++ b/components/sync/core_impl/test/fake_model_type_connector.cc
@@ -6,16 +6,16 @@
#include "components/sync/core/activation_context.h"
-namespace syncer {
+namespace syncer_v2 {
FakeModelTypeConnector::FakeModelTypeConnector() {}
FakeModelTypeConnector::~FakeModelTypeConnector() {}
void FakeModelTypeConnector::ConnectType(
- ModelType type,
+ syncer::ModelType type,
std::unique_ptr<ActivationContext> activation_context) {}
-void FakeModelTypeConnector::DisconnectType(ModelType type) {}
+void FakeModelTypeConnector::DisconnectType(syncer::ModelType type) {}
-} // namespace syncer
+} // namespace syncer_v2
« no previous file with comments | « components/sync/core_impl/sync_manager_impl_unittest.cc ('k') | components/sync/core_impl/test/fake_model_type_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698