Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1898)

Unified Diff: Source/modules/netinfo/NetworkInformation.cpp

Issue 469773002: Cleanup blink:: prefix usage in Source/core/modules/[mediasource/*.cpp to websockets/*.cpp] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/modules/netinfo/NetworkInformation.cpp
diff --git a/Source/modules/netinfo/NetworkInformation.cpp b/Source/modules/netinfo/NetworkInformation.cpp
index 9e9a44b62bc486570c85cc79183d669ffb1e1c2d..e358db0dd6eb3ef517bbd4782636d9e85bde9ba4 100644
--- a/Source/modules/netinfo/NetworkInformation.cpp
+++ b/Source/modules/netinfo/NetworkInformation.cpp
@@ -62,7 +62,7 @@ String NetworkInformation::type() const
return connectionTypeToString(m_type);
}
-void NetworkInformation::connectionTypeChange(blink::WebConnectionType type)
+void NetworkInformation::connectionTypeChange(WebConnectionType type)
{
ASSERT(executionContext()->isContextThread());

Powered by Google App Engine
This is Rietveld 408576698