Index: Source/modules/netinfo/WorkerNavigatorNetworkInformation.h |
diff --git a/Source/modules/netinfo/WorkerNavigatorNetworkInformation.h b/Source/modules/netinfo/WorkerNavigatorNetworkInformation.h |
index 0b48bcf317a5c899c572e17e32c292bbae5f9e98..8a59e0be9cfff9a329f5c91ebd520132cb937947 100644 |
--- a/Source/modules/netinfo/WorkerNavigatorNetworkInformation.h |
+++ b/Source/modules/netinfo/WorkerNavigatorNetworkInformation.h |
@@ -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 |