| Index: components/sync/device_info/device_info_sync_service.h
|
| diff --git a/components/sync/device_info/device_info_sync_service.h b/components/sync/device_info/device_info_sync_service.h
|
| index 0651d199a2d54be126ffc931a4bf68d34b7150b1..d9900a2afdadeae3678ca587d65e446b7ffdaf5f 100644
|
| --- a/components/sync/device_info/device_info_sync_service.h
|
| +++ b/components/sync/device_info/device_info_sync_service.h
|
| @@ -16,12 +16,12 @@
|
| #include "base/observer_list.h"
|
| #include "base/time/time.h"
|
| #include "base/timer/timer.h"
|
| -#include "components/sync/api/sync_change.h"
|
| -#include "components/sync/api/sync_change_processor.h"
|
| -#include "components/sync/api/sync_data.h"
|
| -#include "components/sync/api/sync_error_factory.h"
|
| -#include "components/sync/api/syncable_service.h"
|
| #include "components/sync/device_info/device_info_tracker.h"
|
| +#include "components/sync/model/sync_change.h"
|
| +#include "components/sync/model/sync_change_processor.h"
|
| +#include "components/sync/model/sync_data.h"
|
| +#include "components/sync/model/sync_error_factory.h"
|
| +#include "components/sync/model/syncable_service.h"
|
|
|
| namespace syncer {
|
|
|
|
|