| Index: chromecast/net/network_change_notifier_cast.h
|
| diff --git a/chromecast/net/network_change_notifier_cast.h b/chromecast/net/network_change_notifier_cast.h
|
| index 7a9aed19f54ffcf0d8bf3130858024fb0cddc6a3..adf856078044dcda2e17a3d4f5a6ab518987da06 100644
|
| --- a/chromecast/net/network_change_notifier_cast.h
|
| +++ b/chromecast/net/network_change_notifier_cast.h
|
| @@ -21,7 +21,7 @@ class NetworkChangeNotifierCast : public net::NetworkChangeNotifier {
|
|
|
| // net::NetworkChangeNotifier implementation:
|
| virtual net::NetworkChangeNotifier::ConnectionType
|
| - GetCurrentConnectionType() const OVERRIDE;
|
| + GetCurrentConnectionType() const override;
|
|
|
| private:
|
| friend class NetworkChangeNotifierCastTest;
|
|
|