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

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

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/media/cma/test/mock_frame_provider.h ('k') | chromecast/metrics/cast_metrics_service_client.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 07b9e2bfb82db876b312957dd566b630ae623abd..0f7d04816ee9cd6f204c7487b511dfadcbf6b041 100644
--- a/chromecast/media/cma/test/run_all_unittests.cc
+++ b/chromecast/media/cma/test/run_all_unittests.cc
@@ -19,7 +19,7 @@ class CmaTestSuite : public base::TestSuite {
virtual ~CmaTestSuite() {}
protected:
- virtual void Initialize() OVERRIDE;
+ virtual void Initialize() override;
};
void CmaTestSuite::Initialize() {
« no previous file with comments | « chromecast/media/cma/test/mock_frame_provider.h ('k') | chromecast/metrics/cast_metrics_service_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698