| Index: components/browser_sync/browser/abstract_profile_sync_service_test.cc
|
| diff --git a/components/browser_sync/browser/abstract_profile_sync_service_test.cc b/components/browser_sync/browser/abstract_profile_sync_service_test.cc
|
| index dba623d53df13206120936ec0622e43bde30ed4a..36fae2b1a95ef6c73a1faf99c377c2ced8a6c438 100644
|
| --- a/components/browser_sync/browser/abstract_profile_sync_service_test.cc
|
| +++ b/components/browser_sync/browser/abstract_profile_sync_service_test.cc
|
| @@ -14,13 +14,13 @@
|
| #include "base/run_loop.h"
|
| #include "components/browser_sync/browser/test_http_bridge_factory.h"
|
| #include "components/browser_sync/browser/test_profile_sync_service.h"
|
| +#include "components/sync/core/test/sync_manager_factory_for_profile_sync_test.h"
|
| +#include "components/sync/core/test/test_internal_components_factory.h"
|
| +#include "components/sync/core/test/test_user_share.h"
|
| +#include "components/sync/protocol/sync.pb.h"
|
| #include "components/sync_driver/glue/sync_backend_host_core.h"
|
| #include "components/sync_driver/sync_api_component_factory_mock.h"
|
| #include "google_apis/gaia/gaia_constants.h"
|
| -#include "sync/internal_api/public/test/sync_manager_factory_for_profile_sync_test.h"
|
| -#include "sync/internal_api/public/test/test_internal_components_factory.h"
|
| -#include "sync/internal_api/public/test/test_user_share.h"
|
| -#include "sync/protocol/sync.pb.h"
|
|
|
| using syncer::ModelType;
|
| using testing::_;
|
|
|