| Index: components/sync/device_info/device_info_service.cc
 | 
| diff --git a/components/sync/device_info/device_info_service.cc b/components/sync/device_info/device_info_service.cc
 | 
| index e02042510a096c95313a775487532e458d447060..0f34b6643fe7ffbe38d89a3b9e3ed6ccbd58770b 100644
 | 
| --- a/components/sync/device_info/device_info_service.cc
 | 
| +++ b/components/sync/device_info/device_info_service.cc
 | 
| @@ -6,7 +6,6 @@
 | 
|  
 | 
|  #include <set>
 | 
|  #include <utility>
 | 
| -#include <vector>
 | 
|  
 | 
|  #include "base/bind.h"
 | 
|  #include "base/location.h"
 | 
| @@ -17,7 +16,6 @@
 | 
|  #include "components/sync/api/sync_error.h"
 | 
|  #include "components/sync/base/time.h"
 | 
|  #include "components/sync/core/data_batch_impl.h"
 | 
| -#include "components/sync/core/simple_metadata_change_list.h"
 | 
|  #include "components/sync/device_info/device_info_util.h"
 | 
|  #include "components/sync/protocol/data_type_state.pb.h"
 | 
|  #include "components/sync/protocol/sync.pb.h"
 | 
| 
 |