| Index: chrome/browser/notifications/desktop_notification_service.h
|
| ===================================================================
|
| --- chrome/browser/notifications/desktop_notification_service.h (revision 81278)
|
| +++ chrome/browser/notifications/desktop_notification_service.h (working copy)
|
| @@ -16,7 +16,6 @@
|
| #include "chrome/browser/content_settings/content_settings_notification_provider.h"
|
| #include "chrome/browser/content_settings/content_settings_provider.h"
|
| #include "chrome/browser/prefs/pref_change_registrar.h"
|
| -#include "chrome/browser/profiles/profile_keyed_service.h"
|
| #include "chrome/common/content_settings.h"
|
| #include "content/common/notification_observer.h"
|
| #include "content/common/notification_registrar.h"
|
| @@ -33,8 +32,7 @@
|
|
|
| // The DesktopNotificationService is an object, owned by the Profile,
|
| // which provides the creation of desktop "toasts" to web pages and workers.
|
| -class DesktopNotificationService : public NotificationObserver,
|
| - public ProfileKeyedService {
|
| +class DesktopNotificationService : public NotificationObserver {
|
| public:
|
| enum DesktopNotificationSource {
|
| PageNotification,
|
|
|