| Index: components/dom_distiller/core/dom_distiller_service.h
|
| diff --git a/components/dom_distiller/core/dom_distiller_service.h b/components/dom_distiller/core/dom_distiller_service.h
|
| index 8f4ea70f7bed5f4a69d685deb205e92a9977e02e..221af72dae3fcbd3fbb2fe800a5c1e30f30cdf15 100644
|
| --- a/components/dom_distiller/core/dom_distiller_service.h
|
| +++ b/components/dom_distiller/core/dom_distiller_service.h
|
| @@ -23,6 +23,7 @@ class SyncableService;
|
| namespace dom_distiller {
|
|
|
| class DistilledArticleProto;
|
| +class DistilledContentStore;
|
| class DistillerFactory;
|
| class DomDistillerObserver;
|
| class DomDistillerStoreInterface;
|
| @@ -115,6 +116,7 @@ class DomDistillerService : public DomDistillerServiceInterface {
|
| TaskTracker* GetOrCreateTaskTrackerForEntry(const ArticleEntry& entry);
|
|
|
| scoped_ptr<DomDistillerStoreInterface> store_;
|
| + scoped_ptr<DistilledContentStore> content_store_;
|
| scoped_ptr<DistillerFactory> distiller_factory_;
|
|
|
| typedef ScopedVector<TaskTracker> TaskList;
|
|
|