| Index: components/sync/device_info/device_info_sync_service_unittest.cc
|
| diff --git a/components/sync/device_info/device_info_sync_service_unittest.cc b/components/sync/device_info/device_info_sync_service_unittest.cc
|
| index d2cab8eb28296dbe2b932fee8ed73178ad5b735b..030a43cd8fe9c72b5f0372d82d07c8796329c7cf 100644
|
| --- a/components/sync/device_info/device_info_sync_service_unittest.cc
|
| +++ b/components/sync/device_info/device_info_sync_service_unittest.cc
|
| @@ -5,13 +5,8 @@
|
| #include "components/sync/device_info/device_info_sync_service.h"
|
|
|
| #include <stddef.h>
|
| -#include <stdint.h>
|
| -
|
| -#include <string>
|
|
|
| #include "base/message_loop/message_loop.h"
|
| -#include "components/sync/api/sync_change.h"
|
| -#include "components/sync/api/sync_change_processor.h"
|
| #include "components/sync/api/sync_change_processor_wrapper_for_test.h"
|
| #include "components/sync/api/sync_error_factory_mock.h"
|
| #include "components/sync/base/time.h"
|
|
|