| Index: net/base/network_change_notifier_win.h
|
| diff --git a/net/base/network_change_notifier_win.h b/net/base/network_change_notifier_win.h
|
| index 4ded749780946e8d04a8c9d196b46c8fdac04fe2..9de1789f3d3ae550edaf2c729d39303b80b44695 100644
|
| --- a/net/base/network_change_notifier_win.h
|
| +++ b/net/base/network_change_notifier_win.h
|
| @@ -51,11 +51,11 @@ class NET_EXPORT_PRIVATE NetworkChangeNotifierWin
|
| friend class NetworkChangeNotifierWinTest;
|
|
|
| // NetworkChangeNotifier methods:
|
| - virtual ConnectionType GetCurrentConnectionType() const OVERRIDE;
|
| + virtual ConnectionType GetCurrentConnectionType() const override;
|
|
|
| // ObjectWatcher::Delegate methods:
|
| // Must only be called on the thread |this| was created on.
|
| - virtual void OnObjectSignaled(HANDLE object) OVERRIDE;
|
| + virtual void OnObjectSignaled(HANDLE object) override;
|
|
|
| // Does the actual work to determine the current connection type.
|
| // It is not thread safe, see crbug.com/324913.
|
|
|