| Index: ash/system/chromeos/network/network_state_notifier.h
|
| diff --git a/ash/system/chromeos/network/network_state_notifier.h b/ash/system/chromeos/network/network_state_notifier.h
|
| index feca206a50816a35f58c588582727efca5467e81..8bac210722ee059626652a9368e5b54fcc0a2da0 100644
|
| --- a/ash/system/chromeos/network/network_state_notifier.h
|
| +++ b/ash/system/chromeos/network/network_state_notifier.h
|
| @@ -40,9 +40,9 @@ class ASH_EXPORT NetworkStateNotifier :
|
|
|
| // NetworkStateHandlerObserver
|
| virtual void DefaultNetworkChanged(
|
| - const chromeos::NetworkState* network) OVERRIDE;
|
| + const chromeos::NetworkState* network) override;
|
| virtual void NetworkPropertiesUpdated(
|
| - const chromeos::NetworkState* network) OVERRIDE;
|
| + const chromeos::NetworkState* network) override;
|
|
|
| // Show a connection error notification. If |error_name| matches an error
|
| // defined in NetworkConnectionHandler for connect, configure, or activation
|
|
|