| Index: sync/engine/model_type_entity_unittest.cc
 | 
| diff --git a/sync/engine/model_type_entity_unittest.cc b/sync/engine/model_type_entity_unittest.cc
 | 
| index 5f3e66621883dc6f2381703c070db8bbaa48b5d1..5efe72b6cdcf17b43505ddce1c725c0f2e716418 100644
 | 
| --- a/sync/engine/model_type_entity_unittest.cc
 | 
| +++ b/sync/engine/model_type_entity_unittest.cc
 | 
| @@ -17,12 +17,12 @@ namespace syncer_v2 {
 | 
|  // Some simple sanity tests for the ModelTypeEntity.
 | 
|  //
 | 
|  // A lot of the more complicated sync logic is implemented in the
 | 
| -// ModelTypeProcessorImpl that owns the ModelTypeEntity.  We can't unit test it
 | 
| -// here.
 | 
| +// SharedModelTypeProcessor that owns the ModelTypeEntity.  We can't unit test
 | 
| +// it here.
 | 
|  //
 | 
|  // Instead, we focus on simple tests to make sure that variables are getting
 | 
|  // properly intialized and flags properly set.  Anything more complicated would
 | 
| -// be a redundant and incomplete version of the ModelTypeProcessorImpl tests.
 | 
| +// be a redundant and incomplete version of the SharedModelTypeProcessor tests.
 | 
|  class ModelTypeEntityTest : public ::testing::Test {
 | 
|   public:
 | 
|    ModelTypeEntityTest()
 | 
| 
 |