| Index: sync/sessions/model_type_registry.cc
 | 
| diff --git a/sync/sessions/model_type_registry.cc b/sync/sessions/model_type_registry.cc
 | 
| index 9c1609a61c6cc45c1daef2f2764a4b221d08ae91..3e2fa0ae6c822d633e22c94b6d75e061b0db978d 100644
 | 
| --- a/sync/sessions/model_type_registry.cc
 | 
| +++ b/sync/sessions/model_type_registry.cc
 | 
| @@ -10,10 +10,9 @@
 | 
|  #include "sync/engine/commit_queue.h"
 | 
|  #include "sync/engine/directory_commit_contributor.h"
 | 
|  #include "sync/engine/directory_update_handler.h"
 | 
| -#include "sync/engine/model_type_processor.h"
 | 
| -#include "sync/engine/model_type_processor_impl.h"
 | 
|  #include "sync/engine/model_type_worker.h"
 | 
|  #include "sync/internal_api/public/activation_context.h"
 | 
| +#include "sync/internal_api/public/model_type_processor.h"
 | 
|  #include "sync/sessions/directory_type_debug_info_emitter.h"
 | 
|  #include "sync/util/cryptographer.h"
 | 
|  
 | 
| 
 |