| Index: chrome/browser/sync/test/integration/cross_platform_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/cross_platform_sync_test.cc b/chrome/browser/sync/test/integration/cross_platform_sync_test.cc
|
| index cfd873d4e791fe42bffb90e8befe9d3ce65c37ec..d63b7a8bcda74b70ffe0dd6d122dc74af9e843b1 100644
|
| --- a/chrome/browser/sync/test/integration/cross_platform_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/cross_platform_sync_test.cc
|
| @@ -3,10 +3,10 @@
|
| // found in the LICENSE file.
|
|
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "chrome/browser/sync/profile_sync_service.h"
|
| #include "chrome/browser/sync/test/integration/bookmarks_helper.h"
|
| #include "chrome/browser/sync/test/integration/sync_integration_test_util.h"
|
| #include "chrome/browser/sync/test/integration/sync_test.h"
|
| +#include "components/browser_sync/browser/profile_sync_service.h"
|
|
|
| using bookmarks_helper::AddURL;
|
| using bookmarks_helper::ModelMatchesVerifier;
|
|
|