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

Unified Diff: services/http_server/http_server_app.cc

Issue 988693005: Chromium roll (https://codereview.chromium.org/976353002) (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix Clipboard.java Created 5 years, 9 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
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:

Powered by Google App Engine
This is Rietveld 408576698