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

Unified Diff: cc/test/fake_rendering_stats_instrumentation.h

Issue 645853008: Standardize usage of virtual/override/final in cc/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Formatted 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 | « cc/test/fake_renderer_client.h ('k') | cc/test/fake_scoped_ui_resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_rendering_stats_instrumentation.h
diff --git a/cc/test/fake_rendering_stats_instrumentation.h b/cc/test/fake_rendering_stats_instrumentation.h
index d32e4a01166c9df34c356e42969e96375b59cf76..ebe129bb140c30cabc113158cc1c13dd6ce8e819 100644
--- a/cc/test/fake_rendering_stats_instrumentation.h
+++ b/cc/test/fake_rendering_stats_instrumentation.h
@@ -12,7 +12,7 @@ namespace cc {
class FakeRenderingStatsInstrumentation : public RenderingStatsInstrumentation {
public:
FakeRenderingStatsInstrumentation() {}
- virtual ~FakeRenderingStatsInstrumentation() {}
+ ~FakeRenderingStatsInstrumentation() override {}
};
} // namespace cc
« no previous file with comments | « cc/test/fake_renderer_client.h ('k') | cc/test/fake_scoped_ui_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698