Index: chrome/browser/sync/sync_error_notifier_ash.cc |
diff --git a/chrome/browser/sync/sync_error_notifier_ash.cc b/chrome/browser/sync/sync_error_notifier_ash.cc |
index 76d0049023bc8da787074c59996e8c927806e822..03a67133ccfee959e34825c7459f8c3565dfa249 100644 |
--- a/chrome/browser/sync/sync_error_notifier_ash.cc |
+++ b/chrome/browser/sync/sync_error_notifier_ash.cc |
@@ -171,15 +171,12 @@ void SyncErrorNotifier::OnErrorChanged() { |
// Add a new notification. |
Notification notification( |
message_center::NOTIFICATION_TYPE_SIMPLE, |
- GURL(notification_id_), |
l10n_util::GetStringUTF16(IDS_SYNC_ERROR_BUBBLE_VIEW_TITLE), |
l10n_util::GetStringUTF16(IDS_SYNC_PASSPHRASE_ERROR_BUBBLE_VIEW_MESSAGE), |
ui::ResourceBundle::GetSharedInstance().GetImageNamed( |
IDR_NOTIFICATION_ALERT), |
notifier_id, |
base::string16(), // display_source |
- notification_id_, |
- data, |
- delegate); |
+ GURL(notification_id_), notification_id_, data, delegate); |
notification_ui_manager->Add(notification, profile_); |
} |