| Index: components/dom_distiller/content/renderer/distiller_js_render_frame_observer.h
 | 
| diff --git a/components/dom_distiller/content/renderer/distiller_js_render_frame_observer.h b/components/dom_distiller/content/renderer/distiller_js_render_frame_observer.h
 | 
| index 6ace08d3ab3db913054d12f957367f557558f189..f3ad5557d072f6e18884f45c0bda176fac310bd9 100644
 | 
| --- a/components/dom_distiller/content/renderer/distiller_js_render_frame_observer.h
 | 
| +++ b/components/dom_distiller/content/renderer/distiller_js_render_frame_observer.h
 | 
| @@ -11,6 +11,7 @@
 | 
|  #include "components/dom_distiller/content/renderer/distiller_page_notifier_service_impl.h"
 | 
|  #include "content/public/renderer/render_frame.h"
 | 
|  #include "content/public/renderer/render_frame_observer.h"
 | 
| +#include "services/service_manager/public/cpp/bind_source_info.h"
 | 
|  #include "third_party/WebKit/public/web/WebLocalFrame.h"
 | 
|  #include "v8/include/v8.h"
 | 
|  
 | 
| @@ -40,7 +41,8 @@ class DistillerJsRenderFrameObserver : public content::RenderFrameObserver {
 | 
|  
 | 
|   private:
 | 
|    void CreateDistillerPageNotifierService(
 | 
| -      mojo::InterfaceRequest<mojom::DistillerPageNotifierService> request);
 | 
| +      const service_manager::BindSourceInfo& source_info,
 | 
| +      mojom::DistillerPageNotifierServiceRequest request);
 | 
|  
 | 
|    // RenderFrameObserver implementation.
 | 
|    void OnDestruct() override;
 | 
| 
 |