Index: components/dom_distiller/core/fake_distiller_page.h |
diff --git a/components/dom_distiller/core/fake_distiller_page.h b/components/dom_distiller/core/fake_distiller_page.h |
index 245d23eb8c3266383ee525c9f0be33350eca0ba0..2e88389c2e67d594bbce9894ede50f20035e5353 100644 |
--- a/components/dom_distiller/core/fake_distiller_page.h |
+++ b/components/dom_distiller/core/fake_distiller_page.h |
@@ -19,6 +19,10 @@ class MockDistillerPageFactory : public DistillerPageFactory { |
virtual scoped_ptr<DistillerPage> CreateDistillerPage() const OVERRIDE { |
return scoped_ptr<DistillerPage>(CreateDistillerPageImpl()); |
} |
+ virtual scoped_ptr<DistillerPage> CreateDistillerPageWithHandle( |
+ scoped_ptr<SourcePageHandle> handle) const OVERRIDE { |
+ return scoped_ptr<DistillerPage>(CreateDistillerPageImpl()); |
+ } |
}; |
class MockDistillerPage : public DistillerPage { |