| Index: chrome/browser/notifications/desktop_notification_service.h
|
| diff --git a/chrome/browser/notifications/desktop_notification_service.h b/chrome/browser/notifications/desktop_notification_service.h
|
| index ca71f572935e3bb6841c20a7dfbecbd2626cf105..47457e55926155451f0cae5f83392a5966b33112 100644
|
| --- a/chrome/browser/notifications/desktop_notification_service.h
|
| +++ b/chrome/browser/notifications/desktop_notification_service.h
|
| @@ -17,7 +17,6 @@
|
| #include "base/prefs/pref_member.h"
|
| #include "base/scoped_observer.h"
|
| #include "base/strings/string16.h"
|
| -#include "chrome/browser/content_settings/content_settings_provider.h"
|
| #include "chrome/browser/content_settings/permission_context_base.h"
|
| #include "chrome/browser/notifications/extension_welcome_notification.h"
|
| #include "components/content_settings/core/common/content_settings.h"
|
| @@ -28,7 +27,6 @@
|
| #include "ui/message_center/notifier_settings.h"
|
| #include "url/gurl.h"
|
|
|
| -class ContentSettingsPattern;
|
| class Notification;
|
| class NotificationDelegate;
|
| class NotificationUIManager;
|
|
|