| Index: components/sync/driver/shared_change_processor.cc
 | 
| diff --git a/components/sync/driver/shared_change_processor.cc b/components/sync/driver/shared_change_processor.cc
 | 
| index fc8eea85e318e0b3d8d24b061882e61b3ba1168d..15176a477b51cb743f4e6e501515f6c8117f4797 100644
 | 
| --- a/components/sync/driver/shared_change_processor.cc
 | 
| +++ b/components/sync/driver/shared_change_processor.cc
 | 
| @@ -4,11 +4,9 @@
 | 
|  
 | 
|  #include "components/sync/driver/shared_change_processor.h"
 | 
|  
 | 
| -#include <memory>
 | 
|  #include <utility>
 | 
|  
 | 
|  #include "base/threading/thread_task_runner_handle.h"
 | 
| -#include "components/sync/api/data_type_error_handler.h"
 | 
|  #include "components/sync/api/sync_change.h"
 | 
|  #include "components/sync/api/syncable_service.h"
 | 
|  #include "components/sync/base/data_type_histogram.h"
 | 
| 
 |