#include "components/dom_distiller/core/article_distillation_update.h"
#include "base/check_op.h"
namespace dom_distiller {
ArticleDistillationUpdate::ArticleDistillationUpdate(
const std::vector<scoped_refptr<RefCountedPageProto>>& pages,
bool has_next_page,
bool has_prev_page)
: … { … }
ArticleDistillationUpdate::ArticleDistillationUpdate(
const ArticleDistillationUpdate& other) = default;
ArticleDistillationUpdate::~ArticleDistillationUpdate() { … }
const DistilledPageProto& ArticleDistillationUpdate::GetDistilledPage(
size_t index) const { … }
}