Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / netinfo / WorkerNavigatorNetworkInformation.cpp
index 993433d..a302360 100644 (file)
@@ -8,7 +8,7 @@
 #include "core/workers/WorkerNavigator.h"
 #include "modules/netinfo/NetworkInformation.h"
 
-namespace WebCore {
+namespace blink {
 
 WorkerNavigatorNetworkInformation::WorkerNavigatorNetworkInformation(WorkerNavigator& navigator, ExecutionContext* context)
 {
@@ -57,4 +57,4 @@ NetworkInformation* WorkerNavigatorNetworkInformation::connection(ExecutionConte
     return m_connection.get();
 }
 
-} // namespace WebCore
+} // namespace blink