| Index: components/history/core/browser/top_sites_database.cc
|
| diff --git a/components/history/core/browser/top_sites_database.cc b/components/history/core/browser/top_sites_database.cc
|
| index 191b36d547dba3a3018720ec2ce7738b8792fe12..7e9fc819a0a5f4c92013add5553ac60c6bd45215 100644
|
| --- a/components/history/core/browser/top_sites_database.cc
|
| +++ b/components/history/core/browser/top_sites_database.cc
|
| @@ -8,6 +8,7 @@
|
| #include <stdint.h>
|
| #include <utility>
|
|
|
| +#include "base/bind.h"
|
| #include "base/files/file_util.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/metrics/histogram_macros.h"
|
|
|