Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / push_messaging / NavigatorPushManager.h
index f62e635..29f508f 100644 (file)
@@ -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