| Index: chrome/browser/sync/test/integration/sessions_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/sessions_helper.cc b/chrome/browser/sync/test/integration/sessions_helper.cc
|
| index 187d9c574e9a385de31390bded6617ea9dfce94f..ccd0c12f43829f0e8595e3e5adc1bd5a71f35387 100644
|
| --- a/chrome/browser/sync/test/integration/sessions_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/sessions_helper.cc
|
| @@ -16,7 +16,6 @@
|
| #include "base/thread_task_runner_handle.h"
|
| #include "base/time/time.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/sessions/notification_service_sessions_router.h"
|
| #include "chrome/browser/sync/test/integration/multi_client_status_change_checker.h"
|
| @@ -25,6 +24,7 @@
|
| #include "chrome/browser/sync/test/integration/sync_test.h"
|
| #include "chrome/browser/ui/singleton_tabs.h"
|
| #include "chrome/common/chrome_switches.h"
|
| +#include "components/browser_sync/browser/profile_sync_service.h"
|
| #include "components/sync_driver/open_tabs_ui_delegate.h"
|
| #include "components/sync_driver/sync_client.h"
|
| #include "content/public/test/test_utils.h"
|
|
|