| Index: components/dom_distiller/content/distiller_page_web_contents.h
|
| diff --git a/components/dom_distiller/content/distiller_page_web_contents.h b/components/dom_distiller/content/distiller_page_web_contents.h
|
| index 3d24c9cad483ecbad96a8454d1b3a99fc94231cd..52509f502804a79ae61d2c1bb1dd08d6f621008b 100644
|
| --- a/components/dom_distiller/content/distiller_page_web_contents.h
|
| +++ b/components/dom_distiller/content/distiller_page_web_contents.h
|
| @@ -54,7 +54,7 @@ class DistillerPageWebContents : public DistillerPage,
|
| RenderViewHost* render_view_host) OVERRIDE;
|
|
|
| protected:
|
| - virtual void DistillPageImpl(const GURL& gurl,
|
| + virtual void DistillPageImpl(const GURL& url,
|
| const std::string& script) OVERRIDE;
|
|
|
| private:
|
|
|