Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / netinfo / WorkerNavigatorNetworkInformation.h
index 0b48bcf..8a59e0b 100644 (file)
@@ -7,7 +7,7 @@
 
 #include "platform/Supplementable.h"
 
-namespace WebCore {
+namespace blink {
 
 class ExecutionContext;
 class NetworkInformation;
@@ -35,6 +35,6 @@ private:
     RefPtrWillBeMember<NetworkInformation> m_connection;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // WorkerNavigatorNetworkInformation_h