| Index: components/dom_distiller/core/dom_distiller_store.h
|
| diff --git a/components/dom_distiller/core/dom_distiller_store.h b/components/dom_distiller/core/dom_distiller_store.h
|
| index 4eda8391184dc2fd7c2b47bb61b4eee853f1b339..103d43e237ae3c24f05493f404996ff1e8935587 100644
|
| --- a/components/dom_distiller/core/dom_distiller_store.h
|
| +++ b/components/dom_distiller/core/dom_distiller_store.h
|
| @@ -126,12 +126,11 @@ class DomDistillerStore : public syncer::SyncableService,
|
| bool UpdateEntry(const ArticleEntry& entry) override;
|
| bool RemoveEntry(const ArticleEntry& entry) override;
|
|
|
| - virtual void UpdateAttachments(
|
| - const std::string& entry_id,
|
| - scoped_ptr<ArticleAttachmentsData> attachments_data,
|
| - const UpdateAttachmentsCallback& callback) override;
|
| - virtual void GetAttachments(const std::string& entry_id,
|
| - const GetAttachmentsCallback& callback) override;
|
| + void UpdateAttachments(const std::string& entry_id,
|
| + scoped_ptr<ArticleAttachmentsData> attachments_data,
|
| + const UpdateAttachmentsCallback& callback) override;
|
| + void GetAttachments(const std::string& entry_id,
|
| + const GetAttachmentsCallback& callback) override;
|
|
|
| bool GetEntryById(const std::string& entry_id, ArticleEntry* entry) override;
|
| bool GetEntryByUrl(const GURL& url, ArticleEntry* entry) override;
|
|
|