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

Unified Diff: chrome/browser/sync/glue/shared_change_processor.h

Issue 10696087: [Sync] Move ModelType and related classes to 'syncer' namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort headers, update copyrights Created 8 years, 6 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: chrome/browser/sync/glue/shared_change_processor.h
diff --git a/chrome/browser/sync/glue/shared_change_processor.h b/chrome/browser/sync/glue/shared_change_processor.h
index 5b2fae5087586688794bd75f29ef3cc4438881e1..cb90af62be173c651e6c729b91f09a823c44528f 100644
--- a/chrome/browser/sync/glue/shared_change_processor.h
+++ b/chrome/browser/sync/glue/shared_change_processor.h
@@ -64,7 +64,7 @@ class SharedChangeProcessor
ProfileSyncComponentsFactory* sync_factory,
ProfileSyncService* sync_service,
DataTypeErrorHandler* error_handler,
- syncable::ModelType type);
+ syncer::ModelType type);
// Disconnects from the generic change processor. May be called from any
// thread. After this, all attempts to interact with the change processor by
@@ -109,7 +109,7 @@ class SharedChangeProcessor
bool disconnected_;
// The sync datatype we were last connected to.
- syncable::ModelType type_;
+ syncer::ModelType type_;
// The ProfileSyncService we're currently connected to.
ProfileSyncService* sync_service_;
« no previous file with comments | « chrome/browser/sync/glue/session_model_associator.cc ('k') | chrome/browser/sync/glue/shared_change_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698