| Index: chrome/browser/notifications/desktop_notification_service.cc
|
| diff --git a/chrome/browser/notifications/desktop_notification_service.cc b/chrome/browser/notifications/desktop_notification_service.cc
|
| index 7b2ae5026169fee2d6a9b535e005e11d8b08e587..0dca8a1515a3db660cbb7c2738293dcf7bc0489d 100644
|
| --- a/chrome/browser/notifications/desktop_notification_service.cc
|
| +++ b/chrome/browser/notifications/desktop_notification_service.cc
|
| @@ -294,10 +294,11 @@ void DesktopNotificationService::ResetToDefaultContentSetting() {
|
| }
|
|
|
| void DesktopNotificationService::GetNotificationsSettings(
|
| - HostContentSettingsMap::SettingsForOneType* settings) {
|
| + ContentSettingsForOneType* settings) {
|
| profile_->GetHostContentSettingsMap()->GetSettingsForOneType(
|
| CONTENT_SETTINGS_TYPE_NOTIFICATIONS,
|
| NO_RESOURCE_IDENTIFIER,
|
| + content_settings::ProviderInterface::Rule::LexicographicalSort,
|
| settings);
|
| }
|
|
|
|
|