| Index: sync/engine/model_type_worker.cc
 | 
| diff --git a/sync/engine/model_type_worker.cc b/sync/engine/model_type_worker.cc
 | 
| index 2ffb33d38d4c1b742def0e4f3d8b33f23bcb3f59..ca6f7385d97545a31e69f3e108c726ebe1429d74 100644
 | 
| --- a/sync/engine/model_type_worker.cc
 | 
| +++ b/sync/engine/model_type_worker.cc
 | 
| @@ -11,8 +11,8 @@
 | 
|  #include "base/strings/stringprintf.h"
 | 
|  #include "sync/engine/commit_contribution.h"
 | 
|  #include "sync/engine/entity_tracker.h"
 | 
| -#include "sync/engine/model_type_processor.h"
 | 
|  #include "sync/engine/non_blocking_type_commit_contribution.h"
 | 
| +#include "sync/internal_api/public/model_type_processor.h"
 | 
|  #include "sync/syncable/syncable_util.h"
 | 
|  #include "sync/util/cryptographer.h"
 | 
|  #include "sync/util/time.h"
 | 
| 
 |