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

Unified Diff: chromecast/net/network_change_notifier_factory_cast.h

Issue 837453003: Chromecast: virtual/override cleanup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missed a few spots Created 5 years, 11 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') | no next file » | 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 281a18d060a4201a71d5478c68906425133faa35..cf3ce06fe530ce2c23a4e59c6d845e2d00c64524 100644
--- a/chromecast/net/network_change_notifier_factory_cast.h
+++ b/chromecast/net/network_change_notifier_factory_cast.h
@@ -17,10 +17,10 @@ class NetworkChangeNotifierFactoryCast
: public net::NetworkChangeNotifierFactory {
public:
NetworkChangeNotifierFactoryCast() {}
- virtual ~NetworkChangeNotifierFactoryCast();
+ ~NetworkChangeNotifierFactoryCast() override;
// net::NetworkChangeNotifierFactory implementation:
- virtual net::NetworkChangeNotifier* CreateInstance() override;
+ net::NetworkChangeNotifier* CreateInstance() override;
static NetworkChangeNotifierCast* GetInstance();
« no previous file with comments | « chromecast/net/network_change_notifier_cast.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698