Chromium Code Reviews| Index: shell/test/pingable_app.cc |
| diff --git a/shell/test/pingable_app.cc b/shell/test/pingable_app.cc |
| index a22ddbe0e2863090e6ecfde2f2ebdd8b54e56506..b86409843b6957d6bb744c3c1f88908e7c52f1d5 100644 |
| --- a/shell/test/pingable_app.cc |
| +++ b/shell/test/pingable_app.cc |
| @@ -40,7 +40,7 @@ class PingableApp : public mojo::ApplicationDelegate, |
| public mojo::InterfaceFactory<Pingable> { |
| public: |
| PingableApp() {} |
| - ~PingableApp() {} |
| + ~PingableApp() override {} |
| private: |
| // ApplicationDelegate: |