| Index: components/dom_distiller/content/renderer/distiller_js_render_frame_observer.cc
|
| diff --git a/components/dom_distiller/content/renderer/distiller_js_render_frame_observer.cc b/components/dom_distiller/content/renderer/distiller_js_render_frame_observer.cc
|
| index 734f6b2dd1545f85e5924d56f1fcc4ff2322b2aa..b3ae09b06484b7cf96da2cfcf9a0034d9b95508b 100644
|
| --- a/components/dom_distiller/content/renderer/distiller_js_render_frame_observer.cc
|
| +++ b/components/dom_distiller/content/renderer/distiller_js_render_frame_observer.cc
|
| @@ -60,7 +60,8 @@ void DistillerJsRenderFrameObserver::RegisterMojoInterface() {
|
| }
|
|
|
| void DistillerJsRenderFrameObserver::CreateDistillerPageNotifierService(
|
| - mojo::InterfaceRequest<mojom::DistillerPageNotifierService> request) {
|
| + const service_manager::BindSourceInfo& source_info,
|
| + mojom::DistillerPageNotifierServiceRequest request) {
|
| mojo::MakeStrongBinding(
|
| base::MakeUnique<DistillerPageNotifierServiceImpl>(this),
|
| std::move(request));
|
|
|