| Index: components/ntp_snippets/category_rankers/constant_category_ranker.h
|
| diff --git a/components/ntp_snippets/category_rankers/constant_category_ranker.h b/components/ntp_snippets/category_rankers/constant_category_ranker.h
|
| index 8e4417e859aaa42e898c68b5b6228509aee1278c..b3a129ec4e712f73c25c6e863a429e0a0fe66da9 100644
|
| --- a/components/ntp_snippets/category_rankers/constant_category_ranker.h
|
| +++ b/components/ntp_snippets/category_rankers/constant_category_ranker.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef COMPONENTS_NTP_SNIPPETS_SECTION_RANKERS_CONSTANT_SECTION_RANKER_H_
|
| #define COMPONENTS_NTP_SNIPPETS_SECTION_RANKERS_CONSTANT_SECTION_RANKER_H_
|
|
|
| +#include <string>
|
| #include <vector>
|
|
|
| #include "base/time/time.h"
|
| @@ -31,6 +32,7 @@ class ConstantCategoryRanker : public CategoryRanker {
|
| Category anchor) override;
|
| void InsertCategoryAfterIfNecessary(Category category_to_insert,
|
| Category anchor) override;
|
| + std::vector<CategoryRanker::DebugDataItem> GetDebugData() override;
|
| void OnSuggestionOpened(Category category) override;
|
| void OnCategoryDismissed(Category category) override;
|
|
|
|
|