| Index: components/dom_distiller/core/fake_distiller.h | 
| diff --git a/components/dom_distiller/core/fake_distiller.h b/components/dom_distiller/core/fake_distiller.h | 
| index 3ca075d21ef82e37677fe75506028eaebacaf271..8a3dc361dc60e4eece9db42ec496bcebdf91d6a4 100644 | 
| --- a/components/dom_distiller/core/fake_distiller.h | 
| +++ b/components/dom_distiller/core/fake_distiller.h | 
| @@ -35,10 +35,11 @@ class FakeDistiller : public Distiller { | 
| virtual ~FakeDistiller(); | 
| MOCK_METHOD0(Die, void()); | 
|  | 
| -  virtual void DistillPage(const GURL& url, | 
| -                           const DistillationFinishedCallback& article_callback, | 
| -                           const DistillationUpdateCallback& page_callback) | 
| -      OVERRIDE; | 
| +  virtual void DistillPage( | 
| +      const GURL& url, | 
| +      scoped_ptr<DistillerPage> distiller_page, | 
| +      const DistillationFinishedCallback& article_callback, | 
| +      const DistillationUpdateCallback& page_callback) OVERRIDE; | 
|  | 
| void RunDistillerCallback(scoped_ptr<DistilledArticleProto> proto); | 
|  | 
|  |