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

Unified Diff: chromeos/network/network_change_notifier_chromeos.h

Issue 628883002: replace OVERRIDE and FINAL with override and final in chromeos/ (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: chromeos/network/network_change_notifier_chromeos.h
diff --git a/chromeos/network/network_change_notifier_chromeos.h b/chromeos/network/network_change_notifier_chromeos.h
index d70386e168c509d8aa28987960e1e0394dece442..8d07a97fe0dbb29df4353c4b04d2396fc62e6d8e 100644
--- a/chromeos/network/network_change_notifier_chromeos.h
+++ b/chromeos/network/network_change_notifier_chromeos.h
@@ -33,14 +33,14 @@ class CHROMEOS_EXPORT NetworkChangeNotifierChromeos
// NetworkChangeNotifier overrides.
virtual net::NetworkChangeNotifier::ConnectionType
- GetCurrentConnectionType() const OVERRIDE;
+ GetCurrentConnectionType() const override;
// PowerManagerClient::Observer overrides.
- virtual void SuspendDone(const base::TimeDelta& sleep_duration) OVERRIDE;
+ virtual void SuspendDone(const base::TimeDelta& sleep_duration) override;
// NetworkStateHandlerObserver overrides.
virtual void DefaultNetworkChanged(
- const chromeos::NetworkState* default_network) OVERRIDE;
+ const chromeos::NetworkState* default_network) override;
private:
FRIEND_TEST_ALL_PREFIXES(NetworkChangeNotifierChromeosTest,
« no previous file with comments | « chromeos/network/network_cert_migrator_unittest.cc ('k') | chromeos/network/network_change_notifier_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698