Index: Source/modules/push_messaging/NavigatorPushManager.h |
diff --git a/Source/modules/push_messaging/NavigatorPushManager.h b/Source/modules/push_messaging/NavigatorPushManager.h |
index f62e635f51d90925d55469418e4791b5dd398e03..29f508f3964178758ca3f32ab993552ec3ffb740 100644 |
--- a/Source/modules/push_messaging/NavigatorPushManager.h |
+++ b/Source/modules/push_messaging/NavigatorPushManager.h |
@@ -8,7 +8,7 @@ |
#include "platform/Supplementable.h" |
#include "platform/heap/Handle.h" |
-namespace WebCore { |
+namespace blink { |
class Navigator; |
class PushManager; |
@@ -31,6 +31,6 @@ private: |
PersistentWillBeMember<PushManager> m_pushManager; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // NavigatorPushManager_h |