| 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..7858e37356bfa9f505f276d0e9fd99cc3d3b68d3 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
|
| @@ -8,6 +8,7 @@
|
| #include <memory>
|
|
|
| #include "base/callback.h"
|
| +#include "mojo/public/cpp/bindings/interface_handle.h"
|
| #include "mojo/public/cpp/bindings/interface_request.h"
|
| #include "mojo/public/cpp/bindings/strong_binding.h"
|
| #include "mojo/services/authenticating_url_loader_interceptor/interfaces/authenticating_url_loader_interceptor_meta_factory.mojom.h"
|
| @@ -32,7 +33,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_;
|
|
|