| Index: components/ntp_snippets/features.cc
|
| diff --git a/components/ntp_snippets/features.cc b/components/ntp_snippets/features.cc
|
| index 78c1b695df41b5655ddb5e23e238cc2ad0a47258..a4cb51d95c482a9615b1e5ef2d06a0601aecda28 100644
|
| --- a/components/ntp_snippets/features.cc
|
| +++ b/components/ntp_snippets/features.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "components/ntp_snippets/features.h"
|
|
|
| +#include "base/memory/ptr_util.h"
|
| #include "base/time/clock.h"
|
| #include "components/ntp_snippets/category_rankers/click_based_category_ranker.h"
|
| #include "components/ntp_snippets/category_rankers/constant_category_ranker.h"
|
|
|