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

Unified Diff: chromecast/net/network_change_notifier_factory_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
« no previous file with comments | « chromecast/net/network_change_notifier_cast.h ('k') | chromecast/service/cast_service_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/net/network_change_notifier_factory_cast.h
diff --git a/chromecast/net/network_change_notifier_factory_cast.h b/chromecast/net/network_change_notifier_factory_cast.h
index 6ffa709c22a1fd057fbd497c4ae95ae004b6a838..281a18d060a4201a71d5478c68906425133faa35 100644
--- a/chromecast/net/network_change_notifier_factory_cast.h
+++ b/chromecast/net/network_change_notifier_factory_cast.h
@@ -20,7 +20,7 @@ class NetworkChangeNotifierFactoryCast
virtual ~NetworkChangeNotifierFactoryCast();
// net::NetworkChangeNotifierFactory implementation:
- virtual net::NetworkChangeNotifier* CreateInstance() OVERRIDE;
+ virtual net::NetworkChangeNotifier* CreateInstance() override;
static NetworkChangeNotifierCast* GetInstance();
« no previous file with comments | « chromecast/net/network_change_notifier_cast.h ('k') | chromecast/service/cast_service_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698