| Index: components/history/core/browser/top_sites_cache.h
|
| diff --git a/components/history/core/browser/top_sites_cache.h b/components/history/core/browser/top_sites_cache.h
|
| index b88b51cec3bb79875c98780f00e4fed7a27fc0b2..b7e10b99bcdbb6ba3371049238b2a4f877893881 100644
|
| --- a/components/history/core/browser/top_sites_cache.h
|
| +++ b/components/history/core/browser/top_sites_cache.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef COMPONENTS_HISTORY_CORE_BROWSER_TOP_SITES_CACHE_H_
|
| #define COMPONENTS_HISTORY_CORE_BROWSER_TOP_SITES_CACHE_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <map>
|
| #include <utility>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "components/history/core/browser/history_types.h"
|
| #include "components/history/core/browser/url_utils.h"
|
|
|