#ifndef COMPONENTS_HISTORY_CORE_BROWSER_TOP_SITES_H_
#define COMPONENTS_HISTORY_CORE_BROWSER_TOP_SITES_H_
#include <vector>
#include "base/functional/callback.h"
#include "base/observer_list.h"
#include "components/history/core/browser/history_types.h"
#include "components/history/core/browser/top_sites_observer.h"
#include "components/keyed_service/core/refcounted_keyed_service.h"
#include "third_party/skia/include/core/SkColor.h"
class GURL;
namespace history {
struct PrepopulatedPage { … };
PrepopulatedPageList;
class TopSites : public RefcountedKeyedService { … };
}
#endif