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

Unified Diff: chrome/browser/sync/notifier/non_blocking_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/non_blocking_invalidation_notifier.h
diff --git a/chrome/browser/sync/notifier/non_blocking_invalidation_notifier.h b/chrome/browser/sync/notifier/non_blocking_invalidation_notifier.h
index 5b955cd7f99ec097eb3528a653676a7d33999203..9299b3bc6d3ac75dcfd687edb776040e0f70db5a 100644
--- a/chrome/browser/sync/notifier/non_blocking_invalidation_notifier.h
+++ b/chrome/browser/sync/notifier/non_blocking_invalidation_notifier.h
@@ -50,9 +50,9 @@ class NonBlockingInvalidationNotifier
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;
// SyncNotifierObserver implementation.
virtual void OnIncomingNotification(

Powered by Google App Engine
This is Rietveld 408576698