| Index: Source/modules/push_messaging/PushManager.cpp
|
| diff --git a/Source/modules/push_messaging/PushManager.cpp b/Source/modules/push_messaging/PushManager.cpp
|
| index 06ca0b67aef940ff9880abc37e40a5d9b6ab9644..b03868d71bb4489097da5410458003f2a77013b0 100644
|
| --- a/Source/modules/push_messaging/PushManager.cpp
|
| +++ b/Source/modules/push_messaging/PushManager.cpp
|
| @@ -22,7 +22,7 @@
|
| #include "public/platform/WebPushClient.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| PushManager::PushManager()
|
| {
|
| @@ -54,4 +54,4 @@ ScriptPromise PushManager::registerPushMessaging(ScriptState* scriptState, const
|
| return promise;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|