| 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 055c48bf579393d9c194278746a8298cc33538b2..8dae64bbd78596143863f4453f3c5821c14df0c9 100644
|
| --- a/chrome/browser/notifications/message_center_settings_controller.cc
|
| +++ b/chrome/browser/notifications/message_center_settings_controller.cc
|
| @@ -243,8 +243,8 @@ void MessageCenterSettingsController::GetNotifierList(
|
| ContentSettingsForOneType settings;
|
| DesktopNotificationProfileUtil::GetNotificationsSettings(profile, &settings);
|
|
|
| - FaviconService* favicon_service =
|
| - FaviconServiceFactory::GetForProfile(profile, Profile::EXPLICIT_ACCESS);
|
| + FaviconService* favicon_service = FaviconServiceFactory::GetForProfile(
|
| + profile, ServiceAccessType::EXPLICIT_ACCESS);
|
| favicon_tracker_.reset(new base::CancelableTaskTracker());
|
| patterns_.clear();
|
| for (ContentSettingsForOneType::const_iterator iter = settings.begin();
|
|
|