| Index: services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_factory.h
|
| diff --git a/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_factory.h b/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_factory.h
|
| index 2712e0b0e9765f76c7267abf58618defafb89270..62a3d8168b2c5c29789378124992e8bc25651864 100644
|
| --- a/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_factory.h
|
| +++ b/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_factory.h
|
| @@ -25,7 +25,8 @@ class AuthenticatingURLLoaderInterceptorFactory
|
| public:
|
| AuthenticatingURLLoaderInterceptorFactory(
|
| mojo::InterfaceRequest<URLLoaderInterceptorFactory> request,
|
| - authentication::AuthenticationServicePtr authentication_service,
|
| + mojo::InterfaceHandle<authentication::AuthenticationService>
|
| + authentication_service,
|
| mojo::ApplicationImpl* app,
|
| std::map<GURL, std::string>* cached_tokens);
|
| ~AuthenticatingURLLoaderInterceptorFactory() override;
|
|
|