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

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

Issue 8772074: [Sync] Convert syncable/ directory to ModelEnumSet (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix typo 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 45da2f6e99a004e70d353949a06744df62eb3655..5b955cd7f99ec097eb3528a653676a7d33999203 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(
- const syncable::ModelTypeSet& enabled_types) OVERRIDE;
+ syncable::ModelEnumSet enabled_types) OVERRIDE;
virtual void SendNotification(
- const syncable::ModelTypeSet& changed_types) OVERRIDE;
+ syncable::ModelEnumSet changed_types) OVERRIDE;
// SyncNotifierObserver implementation.
virtual void OnIncomingNotification(

Powered by Google App Engine
This is Rietveld 408576698