Index: Source/modules/netinfo/NetworkInformation.cpp |
diff --git a/Source/modules/netinfo/NetworkInformation.cpp b/Source/modules/netinfo/NetworkInformation.cpp |
index 4ad97d4cae0f87beca21928a185621a79e76dfe7..9e9a44b62bc486570c85cc79183d669ffb1e1c2d 100644 |
--- a/Source/modules/netinfo/NetworkInformation.cpp |
+++ b/Source/modules/netinfo/NetworkInformation.cpp |
@@ -37,7 +37,7 @@ String connectionTypeToString(blink::WebConnectionType type) |
} // namespace |
-namespace WebCore { |
+namespace blink { |
PassRefPtrWillBeRawPtr<NetworkInformation> NetworkInformation::create(ExecutionContext* context) |
{ |
@@ -149,4 +149,4 @@ NetworkInformation::NetworkInformation(ExecutionContext* context) |
ScriptWrappable::init(this); |
} |
-} // namespace WebCore |
+} // namespace blink |