Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Unified Diff: ash/system/chromeos/network/network_state_notifier.h

Issue 621133002: replace OVERRIDE and FINAL with override and final in ash/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698