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..ee3765946c1743907a1c84a9ff1afbbf5c4e47fd 100644 |
--- a/chrome/browser/dom_distiller/dom_distiller_service_factory.h |
+++ b/chrome/browser/dom_distiller/dom_distiller_service_factory.h |
@@ -6,6 +6,7 @@ |
#define CHROME_BROWSER_DOM_DISTILLER_DOM_DISTILLER_SERVICE_FACTORY_H_ |
#include "base/memory/singleton.h" |
+#include "components/dom_distiller/core/distilled_page_prefs.h" |
#include "components/dom_distiller/core/dom_distiller_service.h" |
#include "components/keyed_service/content/browser_context_keyed_service_factory.h" |
@@ -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<DistilledPagePrefs> distilled_page_prefs); |
nyquist
2014/07/09 20:38:32
This requires a change in //chrome/browser/dom_dis
smaslo
2014/07/10 17:01:05
Done.
|
virtual ~DomDistillerContextKeyedService() {} |
private: |