| Index: components/sync/core_impl/sync_manager_impl_unittest.cc
|
| diff --git a/components/sync/core_impl/sync_manager_impl_unittest.cc b/components/sync/core_impl/sync_manager_impl_unittest.cc
|
| index ccea0e5afd8c46ae217bc0a6c15b758c2ec04bcc..73cc7900753c87dfebde1de364e994a1f5f2174f 100644
|
| --- a/components/sync/core_impl/sync_manager_impl_unittest.cc
|
| +++ b/components/sync/core_impl/sync_manager_impl_unittest.cc
|
| @@ -30,8 +30,6 @@
|
| #include "components/sync/base/mock_unrecoverable_error_handler.h"
|
| #include "components/sync/base/model_type_test_util.h"
|
| #include "components/sync/core/change_record.h"
|
| -#include "components/sync/core/http_post_provider_factory.h"
|
| -#include "components/sync/core/http_post_provider_interface.h"
|
| #include "components/sync/core/read_node.h"
|
| #include "components/sync/core/read_transaction.h"
|
| #include "components/sync/core/test/test_entry_factory.h"
|
| @@ -42,6 +40,8 @@
|
| #include "components/sync/core_impl/syncapi_internal.h"
|
| #include "components/sync/engine/events/protocol_event.h"
|
| #include "components/sync/engine/model_safe_worker.h"
|
| +#include "components/sync/engine/net/http_post_provider_factory.h"
|
| +#include "components/sync/engine/net/http_post_provider_interface.h"
|
| #include "components/sync/engine/polling_constants.h"
|
| #include "components/sync/engine_impl/cycle/sync_cycle.h"
|
| #include "components/sync/engine_impl/sync_scheduler.h"
|
|
|