Index: Source/modules/push_messaging/PushError.h |
diff --git a/Source/modules/push_messaging/PushError.h b/Source/modules/push_messaging/PushError.h |
index a340945f95979faa76192d1204e714c3a0b28077..ba0bc305da17b054f0afee5513e1cb1ae12fc8c4 100644 |
--- a/Source/modules/push_messaging/PushError.h |
+++ b/Source/modules/push_messaging/PushError.h |
@@ -9,7 +9,7 @@ |
#include "platform/heap/Handle.h" |
#include "public/platform/WebPushError.h" |
-namespace WebCore { |
+namespace blink { |
class ScriptPromiseResolver; |
@@ -24,6 +24,6 @@ private: |
PushError() WTF_DELETED_FUNCTION; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // PushError_h |