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

Unified Diff: components/sync/api/sync_change_processor.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/stub_model_type_service.cc ('k') | components/sync/api/sync_change_processor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/api/sync_change_processor.h
diff --git a/components/sync/api/sync_change_processor.h b/components/sync/api/sync_change_processor.h
index 7d53c8e293b284783283581fd721092e6474be8e..2d31b8a98e47831e00804429c31caf7157144729 100644
--- a/components/sync/api/sync_change_processor.h
+++ b/components/sync/api/sync_change_processor.h
@@ -73,9 +73,10 @@ class SyncChangeProcessor {
// that can affect all SyncData sent to/from the server, much like a cookie.
// TODO(zea): consider pulling the refresh logic into a separate method
// unrelated to datatype implementations.
- virtual SyncError UpdateDataTypeContext(ModelType type,
- ContextRefreshStatus refresh_status,
- const std::string& context);
+ virtual syncer::SyncError UpdateDataTypeContext(
+ ModelType type,
+ ContextRefreshStatus refresh_status,
+ const std::string& context);
// Adds an observer of local sync changes. This observer is notified when
// local sync changes are applied by GenericChangeProcessor. observer is
« no previous file with comments | « components/sync/api/stub_model_type_service.cc ('k') | components/sync/api/sync_change_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698