Index: chrome/browser/ui/browser.cc |
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc |
index 4f6a7544cb448ebe73c475219daee1d35f9859ee..29e4088e4a78e497d85f3c2a7ea8412e8602b679 100644 |
--- a/chrome/browser/ui/browser.cc |
+++ b/chrome/browser/ui/browser.cc |
@@ -77,7 +77,6 @@ |
#include "chrome/browser/sessions/session_tab_helper.h" |
#include "chrome/browser/sessions/tab_restore_service_factory.h" |
#include "chrome/browser/ssl/security_state_model.h" |
-#include "chrome/browser/sync/profile_sync_service.h" |
#include "chrome/browser/sync/profile_sync_service_factory.h" |
#include "chrome/browser/sync/sync_ui_util.h" |
#include "chrome/browser/tab_contents/retargeting_details.h" |
@@ -158,6 +157,7 @@ |
#include "components/bookmarks/browser/bookmark_model.h" |
#include "components/bookmarks/browser/bookmark_utils.h" |
#include "components/bookmarks/common/bookmark_pref_names.h" |
+#include "components/browser_sync/browser/profile_sync_service.h" |
#include "components/content_settings/core/browser/host_content_settings_map.h" |
#include "components/favicon/content/content_favicon_driver.h" |
#include "components/history/core/browser/top_sites.h" |