| Index: ios/chrome/browser/sync/ios_chrome_profile_sync_test_util.cc
|
| diff --git a/ios/chrome/browser/sync/ios_chrome_profile_sync_test_util.cc b/ios/chrome/browser/sync/ios_chrome_profile_sync_test_util.cc
|
| index 624e5788081e49595ecd91bf9cebef8d9b85102b..a6f3f2b842f33b861c3aa3a89f4cc60bdd08bdea 100644
|
| --- a/ios/chrome/browser/sync/ios_chrome_profile_sync_test_util.cc
|
| +++ b/ios/chrome/browser/sync/ios_chrome_profile_sync_test_util.cc
|
| @@ -10,11 +10,11 @@
|
| #include "components/signin/core/browser/profile_oauth2_token_service.h"
|
| #include "components/signin/core/browser/signin_manager.h"
|
| #include "components/sync_driver/signin_manager_wrapper.h"
|
| +#include "ios/chrome/browser/browser_state/chrome_browser_state.h"
|
| #include "ios/chrome/browser/signin/oauth2_token_service_factory.h"
|
| #include "ios/chrome/browser/signin/signin_manager_factory.h"
|
| #include "ios/chrome/browser/sync/ios_chrome_sync_client.h"
|
| #include "ios/chrome/common/channel_info.h"
|
| -#include "ios/public/provider/chrome/browser/browser_state/chrome_browser_state.h"
|
| #include "ios/web/public/web_thread.h"
|
|
|
| ProfileSyncService::InitParams CreateProfileSyncServiceParamsForTest(
|
|
|