| 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 ea0f45cd811944666e5abadc9c9156bc652c5e39..dd239c2663fd8bf54f8374ae060eab8ae1dc73f7 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
|
| @@ -8,6 +8,7 @@
|
|
|
| #include "base/memory/ptr_util.h"
|
| #include "base/memory/singleton.h"
|
| +#include "base/threading/sequenced_worker_pool.h"
|
| #include "base/time/time.h"
|
| #include "components/browser_sync/profile_sync_service.h"
|
| #include "components/keyed_service/ios/browser_state_dependency_manager.h"
|
|
|