Index: chrome/browser/sync/tools/sync_listen_notifications.cc |
diff --git a/chrome/browser/sync/tools/sync_listen_notifications.cc b/chrome/browser/sync/tools/sync_listen_notifications.cc |
index 720914ce7e4861de8728de9ad3a6f156d51de56b..fa1c099b6b9b33f1206dcfbf609ca3ad26d39113 100644 |
--- a/chrome/browser/sync/tools/sync_listen_notifications.cc |
+++ b/chrome/browser/sync/tools/sync_listen_notifications.cc |
@@ -137,7 +137,7 @@ int main(int argc, char* argv[]) { |
sync_notifier->SetState(""); |
sync_notifier->UpdateCredentials(email, token); |
// Listen for notifications for all known types. |
- sync_notifier->UpdateEnabledTypes(syncable::ModelEnumSet::All()); |
+ sync_notifier->UpdateEnabledTypes(syncable::ModelTypeSet::All()); |
ui_loop.Run(); |