| 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
|
|
|