Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(401)

Unified Diff: components/dom_distiller/core/article_distillation_update.h

Issue 1728033002: components: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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|.

Powered by Google App Engine
This is Rietveld 408576698