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

Unified Diff: chromecast/net/network_change_notifier_cast.h

Issue 630663003: replace OVERRIDE and FINAL with override and final in chromecast/ (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: 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;
« no previous file with comments | « chromecast/metrics/cast_stability_metrics_provider.h ('k') | chromecast/net/network_change_notifier_factory_cast.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698