Index: Source/modules/netinfo/WorkerNavigatorNetworkInformation.cpp |
diff --git a/Source/modules/netinfo/WorkerNavigatorNetworkInformation.cpp b/Source/modules/netinfo/WorkerNavigatorNetworkInformation.cpp |
index 993433d1172fb83bd7188fddf37bcd1db5be0bee..a302360b24b878a7ed5b1429b9db7499fcd849b1 100644 |
--- a/Source/modules/netinfo/WorkerNavigatorNetworkInformation.cpp |
+++ b/Source/modules/netinfo/WorkerNavigatorNetworkInformation.cpp |
@@ -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 |