Index: components/dom_distiller/core/distiller.cc |
diff --git a/components/dom_distiller/core/distiller.cc b/components/dom_distiller/core/distiller.cc |
index fe46182e4bcf4610a88d2f0e019b85200b6b826a..f4cdabfa322aa9d866609a1bb8955247f3de66af 100644 |
--- a/components/dom_distiller/core/distiller.cc |
+++ b/components/dom_distiller/core/distiller.cc |
@@ -40,7 +40,7 @@ DistillerFactoryImpl::~DistillerFactoryImpl() {} |
scoped_ptr<Distiller> DistillerFactoryImpl::CreateDistiller() { |
scoped_ptr<DistillerImpl> distiller(new DistillerImpl( |
*distiller_url_fetcher_factory_, dom_distiller_options_)); |
- return distiller.PassAs<Distiller>(); |
+ return distiller.Pass(); |
} |
DistillerImpl::DistilledPageData::DistilledPageData() {} |