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

Unified Diff: components/sync/api/stub_model_type_service.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/model_type_store.cc ('k') | components/sync/api/stub_model_type_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/api/stub_model_type_service.h
diff --git a/components/sync/api/stub_model_type_service.h b/components/sync/api/stub_model_type_service.h
index 931c0bb72390e8fea738bb2ed2110a0c5a57d59e..f8c10f1c83f452058c2781184fc65c903bc761ce 100644
--- a/components/sync/api/stub_model_type_service.h
+++ b/components/sync/api/stub_model_type_service.h
@@ -10,7 +10,7 @@
#include "components/sync/api/model_type_service.h"
-namespace syncer {
+namespace syncer_v2 {
// A non-functional implementation of ModelTypeService for
// testing purposes.
@@ -22,10 +22,10 @@ class StubModelTypeService : public ModelTypeService {
~StubModelTypeService() override;
std::unique_ptr<MetadataChangeList> CreateMetadataChangeList() override;
- SyncError MergeSyncData(
+ syncer::SyncError MergeSyncData(
std::unique_ptr<MetadataChangeList> metadata_change_list,
EntityDataMap entity_data_map) override;
- SyncError ApplySyncChanges(
+ syncer::SyncError ApplySyncChanges(
std::unique_ptr<MetadataChangeList> metadata_change_list,
EntityChangeList entity_changes) override;
void GetData(StorageKeyList storage_keys, DataCallback callback) override;
@@ -37,6 +37,6 @@ class StubModelTypeService : public ModelTypeService {
bool HasChangeProcessor() const;
};
-} // namespace syncer
+} // namespace syncer_v2
#endif // COMPONENTS_SYNC_API_STUB_MODEL_TYPE_SERVICE_H_
« no previous file with comments | « components/sync/api/model_type_store.cc ('k') | components/sync/api/stub_model_type_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698