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 f7d96d7a057905f9375bf27cfa6db71df6453157..ac20a9bc1d5599a9bbafaf065d2eb1a2935e7fcc 100644 |
--- a/components/dom_distiller/core/fake_distiller.h |
+++ b/components/dom_distiller/core/fake_distiller.h |
@@ -22,7 +22,8 @@ class MockDistillerFactory : public DistillerFactory { |
MockDistillerFactory(); |
virtual ~MockDistillerFactory(); |
MOCK_METHOD0(CreateDistillerImpl, Distiller*()); |
- virtual scoped_ptr<Distiller> CreateDistiller() override { |
+ virtual scoped_ptr<Distiller> CreateDistillerForUrl( |
+ const GURL& unused) override { |
return scoped_ptr<Distiller>(CreateDistillerImpl()); |
} |
}; |