Index: Source/modules/push_messaging/PushRegistration.cpp |
diff --git a/Source/modules/push_messaging/PushRegistration.cpp b/Source/modules/push_messaging/PushRegistration.cpp |
index 284b451c91bbffc4462283e06d878e0c760a781d..711606640848b24c0645526faeded30cf270e336 100644 |
--- a/Source/modules/push_messaging/PushRegistration.cpp |
+++ b/Source/modules/push_messaging/PushRegistration.cpp |
@@ -5,7 +5,7 @@ |
#include "config.h" |
#include "modules/push_messaging/PushRegistration.h" |
-namespace WebCore { |
+namespace blink { |
PushRegistration::PushRegistration(const String& pushEndpoint, const String& pushRegistrationId) |
: m_pushEndpoint(pushEndpoint) |
@@ -18,4 +18,4 @@ PushRegistration::~PushRegistration() |
{ |
} |
-} // namespace WebCore |
+} // namespace blink |