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

Unified Diff: components/sync/core_impl/test/fake_model_type_processor.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_processor.cc
diff --git a/components/sync/core_impl/test/fake_model_type_processor.cc b/components/sync/core_impl/test/fake_model_type_processor.cc
index 8858a608f65d494623a94d22eaccfa3df55f9d6d..ca19943b36f4d5c69d378f0be36df383c02e38d5 100644
--- a/components/sync/core_impl/test/fake_model_type_processor.cc
+++ b/components/sync/core_impl/test/fake_model_type_processor.cc
@@ -6,7 +6,7 @@
#include "components/sync/engine/commit_queue.h"
-namespace syncer {
+namespace syncer_v2 {
FakeModelTypeProcessor::FakeModelTypeProcessor() {}
FakeModelTypeProcessor::~FakeModelTypeProcessor() {}
@@ -23,4 +23,4 @@ void FakeModelTypeProcessor::OnUpdateReceived(
const sync_pb::DataTypeState& type_state,
const UpdateResponseDataList& updates) {}
-} // namespace syncer
+} // namespace syncer_v2
« no previous file with comments | « components/sync/core_impl/test/fake_model_type_connector.cc ('k') | components/sync/core_impl/test/fake_sync_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698