| Index: components/sync_driver/device_info_sync_service.cc
|
| diff --git a/components/sync_driver/device_info_sync_service.cc b/components/sync_driver/device_info_sync_service.cc
|
| index 22b8d8fa7ba275c9908cee1d8f8b272d9aaf12f5..e0520c285bff5b2ff627c81f41d4b99f769b6f2a 100644
|
| --- a/components/sync_driver/device_info_sync_service.cc
|
| +++ b/components/sync_driver/device_info_sync_service.cc
|
| @@ -11,11 +11,11 @@
|
|
|
| #include "base/memory/ptr_util.h"
|
| #include "base/time/time.h"
|
| +#include "components/sync/api/sync_change.h"
|
| +#include "components/sync/base/time.h"
|
| +#include "components/sync/protocol/sync.pb.h"
|
| #include "components/sync_driver/device_info_util.h"
|
| #include "components/sync_driver/local_device_info_provider.h"
|
| -#include "sync/api/sync_change.h"
|
| -#include "sync/protocol/sync.pb.h"
|
| -#include "sync/util/time.h"
|
|
|
| namespace sync_driver {
|
|
|
|
|