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

Unified Diff: chrome/browser/sync/notifier/invalidation_notifier.h

Issue 8919021: [Sync] Rename ModelEnumSet to ModelTypeSet (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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/notifier/invalidation_notifier.h
diff --git a/chrome/browser/sync/notifier/invalidation_notifier.h b/chrome/browser/sync/notifier/invalidation_notifier.h
index 973e09b5cf1cbfad72d0dba68185f29dbbd13f5a..ff6fe92625c5e5b815b64de10fdb33c7cf850155 100644
--- a/chrome/browser/sync/notifier/invalidation_notifier.h
+++ b/chrome/browser/sync/notifier/invalidation_notifier.h
@@ -56,9 +56,9 @@ class InvalidationNotifier
virtual void UpdateCredentials(
const std::string& email, const std::string& token) OVERRIDE;
virtual void UpdateEnabledTypes(
- syncable::ModelEnumSet enabled_types) OVERRIDE;
+ syncable::ModelTypeSet enabled_types) OVERRIDE;
virtual void SendNotification(
- syncable::ModelEnumSet changed_types) OVERRIDE;
+ syncable::ModelTypeSet changed_types) OVERRIDE;
// notifier::LoginDelegate implementation.
virtual void OnConnect(

Powered by Google App Engine
This is Rietveld 408576698