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 60e046bc5dacc4ea35d4c4d61c6504d7fb5eee83..404e35f60c0c2db6773a5837255a3c30ee458f99 100644 |
--- a/chrome/browser/notifications/desktop_notification_service.cc |
+++ b/chrome/browser/notifications/desktop_notification_service.cc |
@@ -23,6 +23,7 @@ |
#include "chrome/browser/ui/browser_list.h" |
#include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h" |
#include "chrome/common/chrome_notification_types.h" |
+#include "chrome/common/content_settings.h" |
#include "chrome/common/content_settings_pattern.h" |
#include "chrome/common/pref_names.h" |
#include "chrome/common/url_constants.h" |
@@ -292,7 +293,7 @@ void DesktopNotificationService::ResetToDefaultContentSetting() { |
} |
void DesktopNotificationService::GetNotificationsSettings( |
- HostContentSettingsMap::SettingsForOneType* settings) { |
+ ContentSettingsForOneType* settings) { |
profile_->GetHostContentSettingsMap()->GetSettingsForOneType( |
CONTENT_SETTINGS_TYPE_NOTIFICATIONS, |
NO_RESOURCE_IDENTIFIER, |