| Index: chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc b/chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc
|
| index bb103ad8cf303cf2c9e45bb27b9f347ad66c2195..2cda8304679feb3ade8990a3c7ba4d96a680758b 100644
|
| --- a/chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc
|
| @@ -3,12 +3,12 @@
|
| // found in the LICENSE file.
|
|
|
| #include "chrome/browser/sessions/session_service.h"
|
| -#include "chrome/browser/sync/profile_sync_service.h"
|
| #include "chrome/browser/sync/test/integration/sessions_helper.h"
|
| #include "chrome/browser/sync/test/integration/sync_integration_test_util.h"
|
| #include "chrome/browser/sync/test/integration/sync_test.h"
|
| #include "chrome/browser/sync/test/integration/typed_urls_helper.h"
|
| #include "chrome/common/url_constants.h"
|
| +#include "components/browser_sync/browser/profile_sync_service.h"
|
| #include "components/history/core/browser/history_types.h"
|
| #include "components/sessions/core/session_types.h"
|
| #include "sync/test/fake_server/fake_server_verifier.h"
|
|
|