| Index: components/sync_driver/device_info_service.h
|
| diff --git a/components/sync_driver/device_info_service.h b/components/sync_driver/device_info_service.h
|
| index d42461a1e69b7b92cb6632138b928854c121c0d3..2e6103fe68e1af6368e4ad933ba4c8890c76913e 100644
|
| --- a/components/sync_driver/device_info_service.h
|
| +++ b/components/sync_driver/device_info_service.h
|
| @@ -17,11 +17,11 @@
|
| #include "base/observer_list.h"
|
| #include "base/time/time.h"
|
| #include "base/timer/timer.h"
|
| +#include "components/sync/api/model_type_service.h"
|
| +#include "components/sync/api/model_type_store.h"
|
| +#include "components/sync/core/simple_metadata_change_list.h"
|
| #include "components/sync_driver/device_info_tracker.h"
|
| #include "components/sync_driver/local_device_info_provider.h"
|
| -#include "sync/api/model_type_service.h"
|
| -#include "sync/api/model_type_store.h"
|
| -#include "sync/internal_api/public/simple_metadata_change_list.h"
|
|
|
| namespace syncer {
|
| class SyncError;
|
|
|