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

Unified Diff: services/http_server/http_server_app.cc

Issue 2011383002: Get rid of {Run,Terminate}MainApplication(), and more ApplicationDelegate conversion. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased 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/files/main.cc ('k') | services/icu_data/main.cc » ('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 315e2c0fa6c1abae90f31542c312cbf6508cc1b3..c6d6b3cd0ca6215e78169ddfbfb56995edd8524e 100644
--- a/services/http_server/http_server_app.cc
+++ b/services/http_server/http_server_app.cc
@@ -41,5 +41,5 @@ class HttpServerApp : public mojo::ApplicationImplBase {
MojoResult MojoMain(MojoHandle application_request) {
http_server::HttpServerApp http_server_app;
- return mojo::RunMainApplication(application_request, &http_server_app);
+ return mojo::RunApplication(application_request, &http_server_app);
}
« no previous file with comments | « services/files/main.cc ('k') | services/icu_data/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698