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

Unified Diff: services/authenticating_url_loader_interceptor/main.cc

Issue 1995573002: Build authenticating_url_loader_interceptor library. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_app.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/authenticating_url_loader_interceptor/main.cc
diff --git a/services/media/factory_service/main.cc b/services/authenticating_url_loader_interceptor/main.cc
similarity index 64%
copy from services/media/factory_service/main.cc
copy to services/authenticating_url_loader_interceptor/main.cc
index 6f516efb557fec13bdd34e5c2e517bd13e6bc31a..e375196b4ff1776e109c809b7ffe678aa0c0009f 100644
--- a/services/media/factory_service/main.cc
+++ b/services/authenticating_url_loader_interceptor/main.cc
@@ -4,9 +4,10 @@
#include "mojo/application/application_runner_chromium.h"
#include "mojo/public/c/system/main.h"
-#include "services/media/factory_service/factory_service.h"
+#include "services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_app.h"
MojoResult MojoMain(MojoHandle application_request) {
- mojo::ApplicationRunnerChromium runner(new mojo::media::MediaFactoryService);
+ mojo::ApplicationRunnerChromium runner(
+ new mojo::AuthenticatingURLLoaderInterceptorApp);
return runner.Run(application_request);
}
« no previous file with comments | « services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_app.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698