| Index: components/sync/engine_impl/model_type_worker.cc
 | 
| diff --git a/components/sync/engine_impl/model_type_worker.cc b/components/sync/engine_impl/model_type_worker.cc
 | 
| index 56604e03ab4a9154b18eb14f6c14210da6d92b96..f2589ef73427e8e4a124954eab5e1db0f083c3fb 100644
 | 
| --- a/components/sync/engine_impl/model_type_worker.cc
 | 
| +++ b/components/sync/engine_impl/model_type_worker.cc
 | 
| @@ -4,7 +4,6 @@
 | 
|  
 | 
|  #include "components/sync/engine_impl/model_type_worker.h"
 | 
|  
 | 
| -#include <stddef.h>
 | 
|  #include <stdint.h>
 | 
|  
 | 
|  #include <utility>
 | 
| @@ -16,7 +15,6 @@
 | 
|  #include "base/logging.h"
 | 
|  #include "base/memory/ptr_util.h"
 | 
|  #include "base/strings/stringprintf.h"
 | 
| -#include "components/sync/base/cryptographer.h"
 | 
|  #include "components/sync/base/time.h"
 | 
|  #include "components/sync/core/model_type_processor.h"
 | 
|  #include "components/sync/engine_impl/commit_contribution.h"
 | 
| 
 |