| 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;
|
|
|