| Index: components/sync/engine/engine_components_factory_impl.cc
|
| diff --git a/components/sync/engine/engine_components_factory_impl.cc b/components/sync/engine/engine_components_factory_impl.cc
|
| index dd913f92086ed1122c0a56c5de4ac5f7700f4f86..68fc1395a6e08673a152fd2687113d64346e6839 100644
|
| --- a/components/sync/engine/engine_components_factory_impl.cc
|
| +++ b/components/sync/engine/engine_components_factory_impl.cc
|
| @@ -4,6 +4,9 @@
|
|
|
| #include "components/sync/engine/engine_components_factory_impl.h"
|
|
|
| +#include <map>
|
| +#include <utility>
|
| +
|
| #include "base/memory/ptr_util.h"
|
| #include "components/sync/engine_impl/backoff_delay_provider.h"
|
| #include "components/sync/engine_impl/cycle/sync_cycle_context.h"
|
|
|