Index: chrome/browser/dom_distiller/dom_distiller_service_factory.cc |
diff --git a/chrome/browser/dom_distiller/dom_distiller_service_factory.cc b/chrome/browser/dom_distiller/dom_distiller_service_factory.cc |
index 035b8f461300c88195208ca40310ef85c8ef5e9a..92ae35ceec86b812e3007f05474a3b72f5d6441a 100644 |
--- a/chrome/browser/dom_distiller/dom_distiller_service_factory.cc |
+++ b/chrome/browser/dom_distiller/dom_distiller_service_factory.cc |
@@ -63,7 +63,8 @@ KeyedService* DomDistillerServiceFactory::BuildServiceInstanceFor( |
scoped_ptr<DistillerURLFetcherFactory> distiller_url_fetcher_factory( |
new DistillerURLFetcherFactory(profile->GetRequestContext())); |
scoped_ptr<DistillerFactory> distiller_factory( |
- new DistillerFactoryImpl(distiller_url_fetcher_factory.Pass())); |
+ new DistillerFactoryImpl(distiller_url_fetcher_factory.Pass(), |
+ dom_distiller::proto::DomDistillerOptions())); |
DomDistillerContextKeyedService* service = |
new DomDistillerContextKeyedService( |