| Index: Source/modules/push_messaging/ServiceWorkerGlobalScopePush.h
|
| diff --git a/Source/modules/push_messaging/ServiceWorkerGlobalScopePush.h b/Source/modules/push_messaging/ServiceWorkerGlobalScopePush.h
|
| index 4c92682f076c75a84643c1a8470b539e1681f33e..4e8514de59e9d343fb7f7f9ab1118345c6f62d78 100644
|
| --- a/Source/modules/push_messaging/ServiceWorkerGlobalScopePush.h
|
| +++ b/Source/modules/push_messaging/ServiceWorkerGlobalScopePush.h
|
| @@ -7,13 +7,13 @@
|
|
|
| #include "core/events/EventTarget.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class ServiceWorkerGlobalScopePush {
|
| public:
|
| DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(push);
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ServiceWorkerGlobalScopePush_h
|
|
|