Index: components/dom_distiller/core/distiller_url_fetcher.h |
diff --git a/components/dom_distiller/core/distiller_url_fetcher.h b/components/dom_distiller/core/distiller_url_fetcher.h |
index 4ed91cd1a49205f70f1fdc0fd259e9ca3d43a3c6..b8dd9e50421fb6c6c409d8605877f74e67c84838 100644 |
--- a/components/dom_distiller/core/distiller_url_fetcher.h |
+++ b/components/dom_distiller/core/distiller_url_fetcher.h |
@@ -43,7 +43,7 @@ class DistillerURLFetcher : public net::URLFetcherDelegate { |
const URLFetcherCallback& callback); |
protected: |
- virtual net::URLFetcher* CreateURLFetcher( |
+ virtual scoped_ptr<net::URLFetcher> CreateURLFetcher( |
net::URLRequestContextGetter* context_getter, |
const std::string& url); |