| Index: sync/engine/entity_tracker_unittest.cc | 
| diff --git a/sync/engine/entity_tracker_unittest.cc b/sync/engine/entity_tracker_unittest.cc | 
| index b814d79e6132136a4626b37c85a8a5ac6a7f72b2..9b782466878de5d0f1483b7baf4e9be4070327bf 100644 | 
| --- a/sync/engine/entity_tracker_unittest.cc | 
| +++ b/sync/engine/entity_tracker_unittest.cc | 
| @@ -16,9 +16,9 @@ namespace syncer_v2 { | 
|  | 
| // Some simple tests for the EntityTracker. | 
| // | 
| -// The EntityTracker is an implementation detail of the ModelTypeSyncWorker. | 
| +// The EntityTracker is an implementation detail of the ModelTypeWorker. | 
| // As such, it doesn't make much sense to test it exhaustively, since it | 
| -// already gets a lot of test coverage from the ModelTypeSyncWorker unit tests. | 
| +// already gets a lot of test coverage from the ModelTypeWorker unit tests. | 
| // | 
| // These tests are intended as a basic sanity check.  Anything more complicated | 
| // would be redundant. | 
|  |