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

Unified Diff: chrome/browser/sync/notifier/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/invalidation_notifier.h
diff --git a/chrome/browser/sync/notifier/invalidation_notifier.h b/chrome/browser/sync/notifier/invalidation_notifier.h
index 7b6a71b86b2c07e58c9d7922f77d33af86169a6f..973e09b5cf1cbfad72d0dba68185f29dbbd13f5a 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(
- 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;
// notifier::LoginDelegate implementation.
virtual void OnConnect(

Powered by Google App Engine
This is Rietveld 408576698