| Index: net/base/network_config_watcher_mac.cc
|
| diff --git a/net/base/network_config_watcher_mac.cc b/net/base/network_config_watcher_mac.cc
|
| index 8579a35839144cb08e1ef9bdb8109432fcff2b0d..7d2377cc3fe3f0ce46348081bc2cd2ea6a857cb4 100644
|
| --- a/net/base/network_config_watcher_mac.cc
|
| +++ b/net/base/network_config_watcher_mac.cc
|
| @@ -35,8 +35,8 @@ class NetworkConfigWatcherMacThread : public base::Thread {
|
|
|
| protected:
|
| // base::Thread
|
| - virtual void Init() OVERRIDE;
|
| - virtual void CleanUp() OVERRIDE;
|
| + virtual void Init() override;
|
| + virtual void CleanUp() override;
|
|
|
| private:
|
| // The SystemConfiguration calls in this function can lead to contention early
|
|
|