| 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 8f644d4b8ea9e771104112510b5e233e4366951a..6ca965138d3dba2a9dcc055d3498a3c7a08e64ad 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
|
| @@ -6,8 +6,8 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/memory/ptr_util.h"
|
| -#include "components/browser_sync/browser/profile_sync_service_mock.h"
|
| -#include "components/browser_sync/browser/profile_sync_test_util.h"
|
| +#include "components/browser_sync/profile_sync_service_mock.h"
|
| +#include "components/browser_sync/profile_sync_test_util.h"
|
| #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"
|
|
|