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

Unified Diff: components/sync/test/engine/mock_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/test/engine/mock_model_type_processor.cc
diff --git a/components/sync/test/engine/mock_model_type_processor.cc b/components/sync/test/engine/mock_model_type_processor.cc
index b4be919d96217d606083fe5b214d3a50362eed45..ce970b8c4dc9039a335a55329934117994829369 100644
--- a/components/sync/test/engine/mock_model_type_processor.cc
+++ b/components/sync/test/engine/mock_model_type_processor.cc
@@ -11,7 +11,7 @@
#include "base/sha1.h"
#include "components/sync/engine/commit_queue.h"
-namespace syncer {
+namespace syncer_v2 {
MockModelTypeProcessor::MockModelTypeProcessor() : is_synchronous_(true) {}
@@ -273,4 +273,4 @@ void MockModelTypeProcessor::SetServerAssignedId(const std::string& tag_hash,
assigned_ids_[tag_hash] = id;
}
-} // namespace syncer
+} // namespace syncer_v2
« no previous file with comments | « components/sync/test/engine/mock_model_type_processor.h ('k') | components/sync/test/engine/mock_model_type_worker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698