| Index: Source/modules/push_messaging/PushManager.h
|
| diff --git a/Source/modules/push_messaging/PushManager.h b/Source/modules/push_messaging/PushManager.h
|
| index 54854033e1abfda4acc3367b22dc3f64f70911a9..fd2ee3f67c2db5bc55fe92bb4e3ab5be8cc64e9b 100644
|
| --- a/Source/modules/push_messaging/PushManager.h
|
| +++ b/Source/modules/push_messaging/PushManager.h
|
| @@ -9,7 +9,7 @@
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class ExecutionContext;
|
| class ScriptPromise;
|
| @@ -31,6 +31,6 @@ private:
|
| PushManager();
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // PushManager_h
|
|
|