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

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

Issue 461163002: Cleanup namespace usage in Source/core/modules/[mediasource/* to websockets/*] (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.h
diff --git a/Source/modules/netinfo/NetworkInformation.h b/Source/modules/netinfo/NetworkInformation.h
index c2ba06d08ef918feacb259f68bea2b8a29a6a6e0..c7dcf3fa8362fbd1ede971449edb9c8950c2cda6 100644
--- a/Source/modules/netinfo/NetworkInformation.h
+++ b/Source/modules/netinfo/NetworkInformation.h
@@ -28,7 +28,7 @@ public:
String type() const;
- virtual void connectionTypeChange(blink::WebConnectionType) OVERRIDE;
+ virtual void connectionTypeChange(WebConnectionType) OVERRIDE;
// EventTarget overrides.
virtual const AtomicString& interfaceName() const OVERRIDE;
@@ -49,7 +49,7 @@ private:
void stopObserving();
// Touched only on context thread.
- blink::WebConnectionType m_type;
+ WebConnectionType m_type;
// Whether this object is listening for events from NetworkStateNotifier.
bool m_observing;

Powered by Google App Engine
This is Rietveld 408576698