| 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);
|
| }
|
|
|