Index: chrome/browser/notifications/notification_ui_manager_desktop.cc |
diff --git a/chrome/browser/notifications/notification_ui_manager_desktop.cc b/chrome/browser/notifications/notification_ui_manager_desktop.cc |
index 90c2c740276b03ac5cce2dd1f3e5969607e844ab..7427b01f5cbadd95621b2f9a0fcd6d3e927bbbec 100644 |
--- a/chrome/browser/notifications/notification_ui_manager_desktop.cc |
+++ b/chrome/browser/notifications/notification_ui_manager_desktop.cc |
@@ -24,6 +24,5 @@ NotificationUIManager* NotificationUIManager::Create(PrefService* local_state) { |
new MessageCenterSettingsController(profile_info_cache)); |
return new MessageCenterNotificationManager( |
g_browser_process->message_center(), |
- local_state, |
settings_provider.Pass()); |
} |