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

Unified Diff: chrome/browser/sync/glue/chrome_sync_notification_bridge.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/chrome_sync_notification_bridge.h
diff --git a/chrome/browser/sync/glue/chrome_sync_notification_bridge.h b/chrome/browser/sync/glue/chrome_sync_notification_bridge.h
index 9f35ef0175a008aaab47f4ac3cdeed9f96c7f18a..cc133bdf1cd5df5486aa689110be617686b720a8 100644
--- a/chrome/browser/sync/glue/chrome_sync_notification_bridge.h
+++ b/chrome/browser/sync/glue/chrome_sync_notification_bridge.h
@@ -32,7 +32,7 @@ class ChromeSyncNotificationBridge : public content::NotificationObserver {
virtual ~ChromeSyncNotificationBridge();
// Must be called on UI thread.
- void UpdateEnabledTypes(const syncable::ModelTypeSet enabled_types);
+ void UpdateEnabledTypes(const syncer::ModelTypeSet enabled_types);
// These can be called on any thread.
virtual void AddObserver(syncer::SyncNotifierObserver* observer);
@@ -45,7 +45,7 @@ class ChromeSyncNotificationBridge : public content::NotificationObserver {
private:
content::NotificationRegistrar registrar_;
- syncable::ModelTypeSet enabled_types_;
+ syncer::ModelTypeSet enabled_types_;
// Because [Add/Remove]Observer can be called from any thread, we need a
// thread-safe observerlist.
« no previous file with comments | « chrome/browser/sync/glue/change_processor_mock.h ('k') | chrome/browser/sync/glue/chrome_sync_notification_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698