| Index: components/dom_distiller/content/distiller_page_web_contents_browsertest.cc
|
| diff --git a/components/dom_distiller/content/distiller_page_web_contents_browsertest.cc b/components/dom_distiller/content/distiller_page_web_contents_browsertest.cc
|
| index 42446e2fd3667b11a1c9583c5af21a2f4744257b..c90bd965461e3d845522261db74a1add033948b0 100644
|
| --- a/components/dom_distiller/content/distiller_page_web_contents_browsertest.cc
|
| +++ b/components/dom_distiller/content/distiller_page_web_contents_browsertest.cc
|
| @@ -48,7 +48,8 @@ class DistillerPageWebContentsTest
|
| distiller_page_->ExecuteJavaScript(kScript);
|
| }
|
|
|
| - virtual void OnExecuteJavaScriptDone(const base::Value* value) OVERRIDE {
|
| + virtual void OnExecuteJavaScriptDone(const GURL& page_url,
|
| + const base::Value* value) OVERRIDE {
|
| value_ = value->DeepCopy();
|
| quit_closure_.Run();
|
| }
|
|
|