| 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 78644b3101d314c5d327f0aa9d9fbd328c9db623..fc47c5a58e5c1239157f6b431b7032c741136d36 100644
|
| --- a/chrome/browser/dom_distiller/dom_distiller_service_factory.h
|
| +++ b/chrome/browser/dom_distiller/dom_distiller_service_factory.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "base/memory/singleton.h"
|
| #include "components/dom_distiller/core/dom_distiller_service.h"
|
| +#include "components/dom_distiller/core/reader_mode_preferences.h"
|
| #include "components/keyed_service/content/browser_context_keyed_service_factory.h"
|
|
|
| namespace content {
|
| @@ -23,7 +24,8 @@ class DomDistillerContextKeyedService : public KeyedService,
|
| DomDistillerContextKeyedService(
|
| scoped_ptr<DomDistillerStoreInterface> store,
|
| scoped_ptr<DistillerFactory> distiller_factory,
|
| - scoped_ptr<DistillerPageFactory> distiller_page_factory);
|
| + scoped_ptr<DistillerPageFactory> distiller_page_factory,
|
| + scoped_ptr<ReaderModePrefs> reader_mode_prefs);
|
| virtual ~DomDistillerContextKeyedService() {}
|
|
|
| private:
|
|
|