| Index: chrome/browser/sync/test/integration/bookmarks_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/bookmarks_helper.cc b/chrome/browser/sync/test/integration/bookmarks_helper.cc
|
| index 4b5db5cc4106ba5f4abb1306dc379e01141a150b..ccb43084b9241f541b103b8376ae818283f30c41 100644
|
| --- a/chrome/browser/sync/test/integration/bookmarks_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/bookmarks_helper.cc
|
| @@ -24,7 +24,6 @@
|
| #include "chrome/browser/favicon/favicon_service_factory.h"
|
| #include "chrome/browser/history/history_service_factory.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "chrome/browser/sync/profile_sync_service.h"
|
| #include "chrome/browser/sync/profile_sync_service_factory.h"
|
| #include "chrome/browser/sync/test/integration/await_match_status_change_checker.h"
|
| #include "chrome/browser/sync/test/integration/multi_client_status_change_checker.h"
|
| @@ -38,6 +37,7 @@
|
| #include "components/bookmarks/browser/bookmark_model_observer.h"
|
| #include "components/bookmarks/browser/bookmark_utils.h"
|
| #include "components/bookmarks/managed/managed_bookmark_service.h"
|
| +#include "components/browser_sync/browser/profile_sync_service.h"
|
| #include "components/favicon/core/favicon_service.h"
|
| #include "components/favicon_base/favicon_util.h"
|
| #include "components/history/core/browser/history_db_task.h"
|
|
|