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

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

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Rebase. Created 4 years, 3 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 ca19943b36f4d5c69d378f0be36df383c02e38d5..8858a608f65d494623a94d22eaccfa3df55f9d6d 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_v2 {
+namespace syncer {
FakeModelTypeProcessor::FakeModelTypeProcessor() {}
FakeModelTypeProcessor::~FakeModelTypeProcessor() {}
@@ -23,4 +23,4 @@ void FakeModelTypeProcessor::OnUpdateReceived(
const sync_pb::DataTypeState& type_state,
const UpdateResponseDataList& updates) {}
-} // namespace syncer_v2
+} // namespace syncer
« 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