| Index: content/browser/notifications/platform_notification_context_impl.h
|
| diff --git a/content/browser/notifications/platform_notification_context_impl.h b/content/browser/notifications/platform_notification_context_impl.h
|
| index 67405dc0de6d0ac82e449dce2ff6cdd5c10399d4..978595e61a4896105fa4af0bfe291664501eaf61 100644
|
| --- a/content/browser/notifications/platform_notification_context_impl.h
|
| +++ b/content/browser/notifications/platform_notification_context_impl.h
|
| @@ -17,7 +17,7 @@
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "content/browser/notifications/notification_id_generator.h"
|
| -#include "content/browser/service_worker/service_worker_context_observer.h"
|
| +#include "content/browser/service_worker/service_worker_context_core_observer.h"
|
| #include "content/common/content_export.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/platform_notification_context.h"
|
| @@ -47,7 +47,7 @@ class ServiceWorkerContextWrapper;
|
| // otherwise specified.
|
| class CONTENT_EXPORT PlatformNotificationContextImpl
|
| : NON_EXPORTED_BASE(public PlatformNotificationContext),
|
| - NON_EXPORTED_BASE(public ServiceWorkerContextObserver) {
|
| + NON_EXPORTED_BASE(public ServiceWorkerContextCoreObserver) {
|
| public:
|
| // Constructs a new platform notification context. If |path| is non-empty, the
|
| // database will be initialized in the "Platform Notifications" subdirectory
|
| @@ -95,7 +95,7 @@ class CONTENT_EXPORT PlatformNotificationContextImpl
|
| int64_t service_worker_registration_id,
|
| const ReadAllResultCallback& callback) override;
|
|
|
| - // ServiceWorkerContextObserver implementation.
|
| + // ServiceWorkerContextCoreObserver implementation.
|
| void OnRegistrationDeleted(int64_t registration_id,
|
| const GURL& pattern) override;
|
| void OnStorageWiped() override;
|
|
|