diff options
Diffstat (limited to 'chrome/browser/notifications/message_center_settings_controller.cc')
-rw-r--r-- | chrome/browser/notifications/message_center_settings_controller.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/notifications/message_center_settings_controller.cc b/chrome/browser/notifications/message_center_settings_controller.cc index e1d017a..e485ed2 100644 --- a/chrome/browser/notifications/message_center_settings_controller.cc +++ b/chrome/browser/notifications/message_center_settings_controller.cc @@ -262,7 +262,7 @@ void MessageCenterSettingsController::GetNotifierList( #if defined(OS_CHROMEOS) const string16 screenshot_name = l10n_util::GetStringUTF16(IDS_MESSAGE_CENTER_NOTIFIER_SCREENSHOT_NAME); - NotifierId screenshot_notifier_id(ash::NOTIFIER_SCREENSHOT); + NotifierId screenshot_notifier_id(ash::system_notifier::NOTIFIER_SCREENSHOT); Notifier* const screenshot_notifier = new Notifier( screenshot_notifier_id, screenshot_name, |