Index: Source/modules/push_messaging/PushRegistration.h |
diff --git a/Source/modules/push_messaging/PushRegistration.h b/Source/modules/push_messaging/PushRegistration.h |
index c7ccea7d2c5a20731c03130769f6230f1386d6de..b3865ee852a97cb5f06c12596ac8858c13449bfe 100644 |
--- a/Source/modules/push_messaging/PushRegistration.h |
+++ b/Source/modules/push_messaging/PushRegistration.h |
@@ -11,7 +11,7 @@ |
#include "wtf/OwnPtr.h" |
#include "wtf/text/WTFString.h" |
-namespace WebCore { |
+namespace blink { |
class ScriptPromiseResolver; |
@@ -39,6 +39,6 @@ private: |
String m_pushRegistrationId; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // PushRegistration_h |