Index: chrome/browser/sync/notifier/sync_notifier.h |
diff --git a/chrome/browser/sync/notifier/sync_notifier.h b/chrome/browser/sync/notifier/sync_notifier.h |
index a484dea917a5767ff2a6c9a52907fa7f434a6d68..a4f535e080e8a2aa96ff658d7498a579430eb24e 100644 |
--- a/chrome/browser/sync/notifier/sync_notifier.h |
+++ b/chrome/browser/sync/notifier/sync_notifier.h |
@@ -40,14 +40,14 @@ class SyncNotifier { |
const std::string& email, const std::string& token) = 0; |
virtual void UpdateEnabledTypes( |
- syncable::ModelEnumSet enabled_types) = 0; |
+ syncable::ModelTypeSet enabled_types) = 0; |
// This is here only to support the old p2p notification implementation, |
// which is still used by sync integration tests. |
// TODO(akalin): Remove this once we move the integration tests off p2p |
// notifications. |
virtual void SendNotification( |
- syncable::ModelEnumSet changed_types) = 0; |
+ syncable::ModelTypeSet changed_types) = 0; |
}; |
} // namespace sync_notifier |