| Index: components/dom_distiller/core/article_distillation_update.h
|
| diff --git a/components/dom_distiller/core/article_distillation_update.h b/components/dom_distiller/core/article_distillation_update.h
|
| index d01c3b9dd3feecb226dc52ac878bade755747130..0e4fcd0b42d2232060390c946c8a4a6eb6869a4b 100644
|
| --- a/components/dom_distiller/core/article_distillation_update.h
|
| +++ b/components/dom_distiller/core/article_distillation_update.h
|
| @@ -23,6 +23,7 @@ class ArticleDistillationUpdate {
|
| const std::vector<scoped_refptr<RefCountedPageProto> >& pages,
|
| bool has_next_page,
|
| bool has_prev_page);
|
| + ArticleDistillationUpdate(const ArticleDistillationUpdate& other);
|
| ~ArticleDistillationUpdate();
|
|
|
| // Returns the distilled page at |index|.
|
|
|