| Index: chrome/browser/notifications/message_center_settings_controller.cc
|
| diff --git a/chrome/browser/notifications/message_center_settings_controller.cc b/chrome/browser/notifications/message_center_settings_controller.cc
|
| index 9a6d73203f7f3038a8c0e83a88ea37b560d3ea52..5fd5cdf53f6378a016cda00498a45998c1d5d9ce 100644
|
| --- a/chrome/browser/notifications/message_center_settings_controller.cc
|
| +++ b/chrome/browser/notifications/message_center_settings_controller.cc
|
| @@ -209,7 +209,7 @@ void MessageCenterSettingsController::GetNotifierList(
|
| DesktopNotificationService* notification_service =
|
| DesktopNotificationServiceFactory::GetForProfile(profile);
|
|
|
| - UErrorCode error;
|
| + UErrorCode error = U_ZERO_ERROR;
|
| scoped_ptr<icu::Collator> collator(icu::Collator::createInstance(error));
|
| scoped_ptr<NotifierComparator> comparator;
|
| if (!U_FAILURE(error))
|
|
|