Index: Source/modules/push_messaging/PushEvent.h |
diff --git a/Source/modules/push_messaging/PushEvent.h b/Source/modules/push_messaging/PushEvent.h |
index 07ddca10166dacfe38335c88b1bea93cd5c48c9c..b1e26a89437b27df054fd6f7735b73288ff27f23 100644 |
--- a/Source/modules/push_messaging/PushEvent.h |
+++ b/Source/modules/push_messaging/PushEvent.h |
@@ -10,7 +10,7 @@ |
#include "wtf/text/AtomicString.h" |
#include "wtf/text/WTFString.h" |
-namespace WebCore { |
+namespace blink { |
struct PushEventInit : public EventInit { |
PushEventInit(); |
@@ -46,6 +46,6 @@ private: |
String m_data; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // PushEvent_h |