| Index: chrome/browser/thumbnails/content_based_thumbnailing_algorithm.cc
|
| diff --git a/chrome/browser/thumbnails/content_based_thumbnailing_algorithm.cc b/chrome/browser/thumbnails/content_based_thumbnailing_algorithm.cc
|
| index 6278009f30647b2462d20524af5dc221fe235e5d..c65883d253dc714cea62b5c57ee298911d652f89 100644
|
| --- a/chrome/browser/thumbnails/content_based_thumbnailing_algorithm.cc
|
| +++ b/chrome/browser/thumbnails/content_based_thumbnailing_algorithm.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "chrome/browser/thumbnails/content_based_thumbnailing_algorithm.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/metrics/histogram.h"
|
| #include "base/threading/sequenced_worker_pool.h"
|
| #include "chrome/browser/thumbnails/content_analysis.h"
|
|
|