| Index: chrome/browser/dom_distiller/dom_distiller_service_factory.h
|
| diff --git a/chrome/browser/dom_distiller/dom_distiller_service_factory.h b/chrome/browser/dom_distiller/dom_distiller_service_factory.h
|
| index b083cd5846186b6dbb09edde88b159603fbe1a72..78644b3101d314c5d327f0aa9d9fbd328c9db623 100644
|
| --- a/chrome/browser/dom_distiller/dom_distiller_service_factory.h
|
| +++ b/chrome/browser/dom_distiller/dom_distiller_service_factory.h
|
| @@ -22,7 +22,8 @@ class DomDistillerContextKeyedService : public KeyedService,
|
| public:
|
| DomDistillerContextKeyedService(
|
| scoped_ptr<DomDistillerStoreInterface> store,
|
| - scoped_ptr<DistillerFactory> distiller_factory);
|
| + scoped_ptr<DistillerFactory> distiller_factory,
|
| + scoped_ptr<DistillerPageFactory> distiller_page_factory);
|
| virtual ~DomDistillerContextKeyedService() {}
|
|
|
| private:
|
|
|