| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index d6a2493e25e9eb689cbca8ffd0ac7dfe307bdf8c..da8bfb907acab01f80137abcd811be629a704f6d 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"
|
|
|