| Index: ios/chrome/browser/sync/ios_chrome_profile_sync_service_factory.cc
|
| diff --git a/ios/chrome/browser/sync/ios_chrome_profile_sync_service_factory.cc b/ios/chrome/browser/sync/ios_chrome_profile_sync_service_factory.cc
|
| index f59e95c4b127d5f044b1b9ad59b80445edd61496..132d71d33c8cad16522b56d9d698feaaef210c1b 100644
|
| --- a/ios/chrome/browser/sync/ios_chrome_profile_sync_service_factory.cc
|
| +++ b/ios/chrome/browser/sync/ios_chrome_profile_sync_service_factory.cc
|
| @@ -14,9 +14,9 @@
|
| #include "components/network_time/network_time_tracker.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"
|
| -#include "components/sync_driver/startup_controller.h"
|
| -#include "components/sync_driver/sync_util.h"
|
| +#include "components/sync/driver/signin_manager_wrapper.h"
|
| +#include "components/sync/driver/startup_controller.h"
|
| +#include "components/sync/driver/sync_util.h"
|
| #include "ios/chrome/browser/application_context.h"
|
| #include "ios/chrome/browser/autofill/personal_data_manager_factory.h"
|
| #include "ios/chrome/browser/bookmarks/bookmark_model_factory.h"
|
|
|