| Index: services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_meta_factory_impl.h
|
| diff --git a/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_meta_factory_impl.h b/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_meta_factory_impl.h
|
| index 9929de17684a4ec723965aba2f14df08491cea44..5b3a047381c4575a65df73378a33df1383bc22ec 100644
|
| --- a/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_meta_factory_impl.h
|
| +++ b/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_meta_factory_impl.h
|
| @@ -32,7 +32,8 @@ class AuthenticatingURLLoaderInterceptorMetaFactoryImpl
|
| // AuthenticatingURLLoaderInterceptorMetaFactory:
|
| void CreateURLLoaderInterceptorFactory(
|
| mojo::InterfaceRequest<URLLoaderInterceptorFactory> factory_request,
|
| - authentication::AuthenticationServicePtr authentication_service) override;
|
| + InterfaceHandle<authentication::AuthenticationService>
|
| + authentication_service) override;
|
|
|
| StrongBinding<AuthenticatingURLLoaderInterceptorMetaFactory> binding_;
|
| ApplicationImpl* app_;
|
|
|