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/api/mock_model_type_store.h

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
« no previous file with comments | « components/sync/api/metadata_change_list.h ('k') | components/sync/api/mock_model_type_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/api/mock_model_type_store.h
diff --git a/components/sync/api/mock_model_type_store.h b/components/sync/api/mock_model_type_store.h
index 85ba01cccd986204682b51ed7ec73d57ed4ecd61..565cb9396ac46889e322ab5a4dce9207f54bc58a 100644
--- a/components/sync/api/mock_model_type_store.h
+++ b/components/sync/api/mock_model_type_store.h
@@ -10,7 +10,7 @@
#include "base/callback.h"
#include "components/sync/api/model_type_store.h"
-namespace syncer {
+namespace syncer_v2 {
// MockModelTypeStore is implementation of ModelTypeStore that does nothing.
// Use it when testing components that depend on ModelTypeStore.
@@ -112,6 +112,6 @@ class MockModelTypeStore : public ModelTypeStore {
DeleteGlobalMetadataSignature delete_global_metadata_handler_;
};
-} // namespace syncer
+} // namespace syncer_v2
#endif // COMPONENTS_SYNC_API_MOCK_MODEL_TYPE_STORE_H_
« no previous file with comments | « components/sync/api/metadata_change_list.h ('k') | components/sync/api/mock_model_type_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698