| Index: chrome/browser/sync/test/integration/migration_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/migration_test.cc b/chrome/browser/sync/test/integration/migration_test.cc
|
| index ce67f4b118dd4e218ec13f56ac93564b021dc972..77740a23187e0837848513c355643518b903c3e2 100644
|
| --- a/chrome/browser/sync/test/integration/migration_test.cc
|
| +++ b/chrome/browser/sync/test/integration/migration_test.cc
|
| @@ -6,7 +6,6 @@
|
| #include "base/memory/scoped_vector.h"
|
| #include "base/prefs/scoped_user_pref_update.h"
|
| #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/migration_waiter.h"
|
| #include "chrome/browser/sync/test/integration/migration_watcher.h"
|
| @@ -14,6 +13,7 @@
|
| #include "chrome/browser/sync/test/integration/profile_sync_service_harness.h"
|
| #include "chrome/browser/sync/test/integration/sync_test.h"
|
| #include "chrome/common/pref_names.h"
|
| +#include "components/browser_sync/browser/profile_sync_service.h"
|
| #include "components/translate/core/browser/translate_prefs.h"
|
|
|
| using bookmarks_helper::AddURL;
|
|
|