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

Unified Diff: chromecast/media/cma/test/run_all_unittests.cc

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/media/cma/test/mock_frame_provider.h ('k') | chromecast/net/network_change_notifier_cast.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cma/test/run_all_unittests.cc
diff --git a/chromecast/media/cma/test/run_all_unittests.cc b/chromecast/media/cma/test/run_all_unittests.cc
index 2b4a722e45f40ba78c08cccfb252ab97810b75ac..4820fb0f7d88324cded949277dd8563d834948f5 100644
--- a/chromecast/media/cma/test/run_all_unittests.cc
+++ b/chromecast/media/cma/test/run_all_unittests.cc
@@ -17,10 +17,10 @@ class CmaTestSuite : public base::TestSuite {
public:
// Note: the base class constructor creates an AtExitManager.
CmaTestSuite(int argc, char** argv) : TestSuite(argc, argv) {}
- virtual ~CmaTestSuite() {}
+ ~CmaTestSuite() override {}
protected:
- virtual void Initialize() override;
+ void Initialize() override;
};
void CmaTestSuite::Initialize() {
« no previous file with comments | « chromecast/media/cma/test/mock_frame_provider.h ('k') | chromecast/net/network_change_notifier_cast.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698