Index: chrome/browser/ui/browser.cc |
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc |
index 3c96c627608409c05226cbb1043a005d01b984fc..436a15eddd6624a729e33d6e5a94728f23f18fe5 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" |
@@ -153,6 +152,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" |