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 93476b5d309f47e3790f83779e2c83b3a22c2eed..6ace08d3ab3db913054d12f957367f557558f189 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 |
@@ -27,7 +27,7 @@ class DistillerJsRenderFrameObserver : public content::RenderFrameObserver { |
~DistillerJsRenderFrameObserver() override; |
// RenderFrameObserver implementation. |
- void DidStartProvisionalLoad() override; |
+ void DidStartProvisionalLoad(blink::WebDataSource* data_source) override; |
void DidFinishLoad() override; |
void DidCreateScriptContext(v8::Local<v8::Context> context, |
int world_id) override; |