// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_DOM_DISTILLER_CORE_ARTICLE_DISTILLATION_UPDATE_H_ #define COMPONENTS_DOM_DISTILLER_CORE_ARTICLE_DISTILLATION_UPDATE_H_ #include <stddef.h> #include <vector> #include "base/memory/ref_counted.h" #include "components/dom_distiller/core/proto/distilled_page.pb.h" namespace dom_distiller { // Update about an article that is currently under distillation. class ArticleDistillationUpdate { … }; } // namespace dom_distiller #endif // COMPONENTS_DOM_DISTILLER_CORE_ARTICLE_DISTILLATION_UPDATE_H_