Index: chrome/browser/ui/browser.cc |
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc |
index 2e4a7f2e0b5a5923d55bfb907b64835b4d7f7654..6f534ce978d544d90d07832248d7c658100826b3 100644 |
--- a/chrome/browser/ui/browser.cc |
+++ b/chrome/browser/ui/browser.cc |
@@ -57,7 +57,6 @@ |
#include "chrome/browser/favicon/favicon_tab_helper.h" |
#include "chrome/browser/file_select_helper.h" |
#include "chrome/browser/first_run/first_run.h" |
-#include "chrome/browser/history/top_sites.h" |
#include "chrome/browser/history/top_sites_factory.h" |
#include "chrome/browser/infobars/infobar_service.h" |
#include "chrome/browser/lifetime/application_lifetime.h" |
@@ -152,6 +151,7 @@ |
#include "components/bookmarks/browser/bookmark_model.h" |
#include "components/bookmarks/browser/bookmark_utils.h" |
#include "components/content_settings/core/browser/host_content_settings_map.h" |
+#include "components/history/core/browser/top_sites.h" |
#include "components/infobars/core/simple_alert_infobar_delegate.h" |
#include "components/search/search.h" |
#include "components/sessions/session_types.h" |