| Index: net/android/network_change_notifier_android.h
|
| diff --git a/net/android/network_change_notifier_android.h b/net/android/network_change_notifier_android.h
|
| index e82b852f0fb79ab0b8f521d8272f914f458bba5c..57d29b84669ca8ebd38256990a58c6087a17fe17 100644
|
| --- a/net/android/network_change_notifier_android.h
|
| +++ b/net/android/network_change_notifier_android.h
|
| @@ -45,10 +45,10 @@ class NET_EXPORT_PRIVATE NetworkChangeNotifierAndroid
|
| virtual ~NetworkChangeNotifierAndroid();
|
|
|
| // NetworkChangeNotifier:
|
| - virtual ConnectionType GetCurrentConnectionType() const OVERRIDE;
|
| + virtual ConnectionType GetCurrentConnectionType() const override;
|
|
|
| // NetworkChangeNotifierDelegateAndroid::Observer:
|
| - virtual void OnConnectionTypeChanged() OVERRIDE;
|
| + virtual void OnConnectionTypeChanged() override;
|
|
|
| static bool Register(JNIEnv* env);
|
|
|
|
|