Index: services/http_server/http_server_app.cc |
diff --git a/services/http_server/http_server_app.cc b/services/http_server/http_server_app.cc |
index e4486fefc3c66472d5eb71adfb17b214a14b2278..98e4dd75713005d826f717b704b4d6d3297c0570 100644 |
--- a/services/http_server/http_server_app.cc |
+++ b/services/http_server/http_server_app.cc |
@@ -18,9 +18,9 @@ class HttpServerApp : public mojo::ApplicationDelegate, |
public mojo::InterfaceFactory<HttpServerFactory> { |
public: |
HttpServerApp() {} |
- ~HttpServerApp() {} |
+ ~HttpServerApp() override {} |
- virtual void Initialize(mojo::ApplicationImpl* app) override { app_ = app; } |
+ void Initialize(mojo::ApplicationImpl* app) override { app_ = app; } |
private: |
// ApplicationDelegate: |