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

Unified Diff: chromecast/net/network_change_notifier_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
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 adf856078044dcda2e17a3d4f5a6ab518987da06..18a887b09779c251100c1a601e35ed1b3762f202 100644
--- a/chromecast/net/network_change_notifier_cast.h
+++ b/chromecast/net/network_change_notifier_cast.h
@@ -17,10 +17,10 @@ namespace chromecast {
class NetworkChangeNotifierCast : public net::NetworkChangeNotifier {
public:
NetworkChangeNotifierCast();
- virtual ~NetworkChangeNotifierCast();
+ ~NetworkChangeNotifierCast() override;
// net::NetworkChangeNotifier implementation:
- virtual net::NetworkChangeNotifier::ConnectionType
+ net::NetworkChangeNotifier::ConnectionType
GetCurrentConnectionType() const override;
private:
« no previous file with comments | « chromecast/media/cma/test/run_all_unittests.cc ('k') | chromecast/net/network_change_notifier_factory_cast.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698