| Index: chrome/browser/sync/profile_sync_service_startup_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_startup_unittest.cc b/chrome/browser/sync/profile_sync_service_startup_unittest.cc
|
| index a113b530b1ab3faef22e27570bff666d0b266c5f..ac3fde91ee502826a7319f9e637a1a709917fcad 100644
|
| --- a/chrome/browser/sync/profile_sync_service_startup_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_startup_unittest.cc
|
| @@ -12,7 +12,6 @@
|
| #include "chrome/browser/signin/profile_oauth2_token_service_factory.h"
|
| #include "chrome/browser/signin/signin_manager_factory.h"
|
| #include "chrome/browser/sync/chrome_sync_client.h"
|
| -#include "chrome/browser/sync/glue/sync_backend_host_mock.h"
|
| #include "chrome/browser/sync/profile_sync_service.h"
|
| #include "chrome/browser/sync/profile_sync_service_factory.h"
|
| #include "chrome/browser/sync/profile_sync_test_util.h"
|
| @@ -29,6 +28,7 @@
|
| #include "components/signin/core/common/signin_pref_names.h"
|
| #include "components/sync_driver/data_type_manager.h"
|
| #include "components/sync_driver/data_type_manager_mock.h"
|
| +#include "components/sync_driver/glue/sync_backend_host_mock.h"
|
| #include "components/sync_driver/pref_names.h"
|
| #include "components/sync_driver/sync_api_component_factory_mock.h"
|
| #include "components/sync_driver/sync_prefs.h"
|
|
|