| Index: components/sync/api/fake_model_type_change_processor.cc
 | 
| diff --git a/components/sync/api/fake_model_type_change_processor.cc b/components/sync/api/fake_model_type_change_processor.cc
 | 
| index d94b03d398505d9bd54a9874880e5cb864f9f4bb..cb9709bb552da28e2663f7d18d46a9ab9de86684 100644
 | 
| --- a/components/sync/api/fake_model_type_change_processor.cc
 | 
| +++ b/components/sync/api/fake_model_type_change_processor.cc
 | 
| @@ -4,13 +4,9 @@
 | 
|  
 | 
|  #include "components/sync/api/fake_model_type_change_processor.h"
 | 
|  
 | 
| -#include <memory>
 | 
| -#include <string>
 | 
| -
 | 
|  #include "base/callback.h"
 | 
|  #include "base/memory/ptr_util.h"
 | 
|  #include "components/sync/api/metadata_batch.h"
 | 
| -#include "components/sync/api/metadata_change_list.h"
 | 
|  #include "components/sync/api/model_type_service.h"
 | 
|  #include "components/sync/api/sync_error.h"
 | 
|  
 | 
| 
 |