Index: chrome/browser/favicon/favicon_tab_helper.cc |
diff --git a/chrome/browser/favicon/favicon_tab_helper.cc b/chrome/browser/favicon/favicon_tab_helper.cc |
index 180e3a7d517a67060d0bbf340536b2ad31ddfe80..d95ffd1d23bb21c3809aa1aaef2b86fb6054b8b1 100644 |
--- a/chrome/browser/favicon/favicon_tab_helper.cc |
+++ b/chrome/browser/favicon/favicon_tab_helper.cc |
@@ -7,15 +7,15 @@ |
#include "chrome/browser/chrome_notification_types.h" |
#include "chrome/browser/favicon/chrome_favicon_client.h" |
#include "chrome/browser/favicon/chrome_favicon_client_factory.h" |
-#include "chrome/browser/favicon/favicon_handler.h" |
-#include "chrome/browser/favicon/favicon_service.h" |
#include "chrome/browser/favicon/favicon_service_factory.h" |
-#include "chrome/browser/favicon/favicon_tab_helper_observer.h" |
#include "chrome/browser/history/history_service_factory.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/search/search.h" |
#include "chrome/common/chrome_constants.h" |
#include "chrome/common/url_constants.h" |
+#include "components/favicon/core/browser/favicon_handler.h" |
+#include "components/favicon/core/browser/favicon_service.h" |
+#include "components/favicon/core/browser/favicon_tab_helper_observer.h" |
#include "components/favicon_base/favicon_types.h" |
#include "components/history/core/browser/history_service.h" |
#include "content/public/browser/favicon_status.h" |