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

Unified Diff: services/http_server/http_server_app.cc

Issue 2015363003: Yet more ApplicationDelegate -> ApplicationImplBase conversion. (Closed) Base URL: https://github.com/domokit/mojo.git@work797-x-work796_no_run_main_app
Patch Set: rebased again Created 4 years, 7 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 | « services/gfx/compositor/main.cc ('k') | services/ui/input_manager/input_manager_app.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c6d6b3cd0ca6215e78169ddfbfb56995edd8524e..780dd9c9b83ac0a12381607a79b8126191fc85a6 100644
--- a/services/http_server/http_server_app.cc
+++ b/services/http_server/http_server_app.cc
@@ -20,7 +20,7 @@ class HttpServerApp : public mojo::ApplicationImplBase {
~HttpServerApp() override {}
private:
- // ApplicationDelegate:
+ // ApplicationImplBase:
bool OnAcceptConnection(
mojo::ServiceProviderImpl* service_provider_impl) override {
service_provider_impl->AddService<HttpServerFactory>([this](
« no previous file with comments | « services/gfx/compositor/main.cc ('k') | services/ui/input_manager/input_manager_app.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698