| Index: components/history/core/browser/top_sites_backend.cc
|
| diff --git a/components/history/core/browser/top_sites_backend.cc b/components/history/core/browser/top_sites_backend.cc
|
| index c119212c20aaf76cd36873a4c60dc6d5122ae4cd..7124e827998b3f5ad82a3e64e12903940b6a88f0 100644
|
| --- a/components/history/core/browser/top_sites_backend.cc
|
| +++ b/components/history/core/browser/top_sites_backend.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "components/history/core/browser/top_sites_backend.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/bind.h"
|
| #include "base/bind_helpers.h"
|
| #include "base/files/file_path.h"
|
|
|