Index: chrome/browser/history/top_sites.h |
diff --git a/chrome/browser/history/top_sites.h b/chrome/browser/history/top_sites.h |
index 3f5260f714d99199fc6d36a351ca1d538c51e888..a6e8dcc1e056d3d84504aa4cd9771cbabd8a0861 100644 |
--- a/chrome/browser/history/top_sites.h |
+++ b/chrome/browser/history/top_sites.h |
@@ -9,10 +9,12 @@ |
#include "base/callback.h" |
#include "base/gtest_prod_util.h" |
#include "base/memory/ref_counted.h" |
-#include "chrome/browser/history/history_service.h" |
+#include "base/observer_list.h" |
+#include "base/task/cancelable_task_tracker.h" |
#include "components/history/core/browser/history_types.h" |
-#include "components/history/core/browser/top_sites_observer.h" |
#include "components/history/core/common/thumbnail_score.h" |
+#include "content/public/browser/notification_observer.h" |
+#include "content/public/browser/notification_registrar.h" |
#include "third_party/skia/include/core/SkColor.h" |
#include "ui/gfx/image/image.h" |
@@ -28,6 +30,7 @@ class RefCountedMemory; |
namespace history { |
class TopSitesCache; |
+class TopSitesObserver; |
// Interface for TopSites, which stores the data for the top "most visited" |
// sites. This includes a cache of the most visited data from history, as well |