| Index: components/sync_driver/device_info_sync_service.h
|
| diff --git a/components/sync_driver/device_info_sync_service.h b/components/sync_driver/device_info_sync_service.h
|
| index 7476dcb9cb8c0c0440fb3826c00a9e8621589145..aadeff96e3cf94e8c6020cd3648c72efd13a9368 100644
|
| --- a/components/sync_driver/device_info_sync_service.h
|
| +++ b/components/sync_driver/device_info_sync_service.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef COMPONENTS_SYNC_DRIVER_DEVICE_INFO_SYNC_SERVICE_H_
|
| #define COMPONENTS_SYNC_DRIVER_DEVICE_INFO_SYNC_SERVICE_H_
|
|
|
| +#include <map>
|
| +#include <string>
|
| +
|
| #include "base/observer_list.h"
|
| #include "components/sync_driver/device_info_tracker.h"
|
| #include "sync/api/sync_change_processor.h"
|
|
|