Index: sync/engine/get_commit_ids.cc |
diff --git a/sync/engine/get_commit_ids.cc b/sync/engine/get_commit_ids.cc |
index 3a87383d1bcab065282603fa9a7cc8d5c5195d19..42faf21d4350e70f41259cfb8d1f8ab8a89b8ddd 100644 |
--- a/sync/engine/get_commit_ids.cc |
+++ b/sync/engine/get_commit_ids.cc |
@@ -73,9 +73,8 @@ void GetCommitIdsForType( |
// We filter out all unready entries from the set of unsynced handles. This |
// new set of ready and unsynced items is then what we use to determine what |
- // is a candidate for commit. The caller of this SyncerCommand is responsible |
- // for ensuring that no throttled types are included among the |
- // requested_types. |
+ // is a candidate for commit. The caller is responsible for ensuring that no |
+ // throttled types are included among the requested_types. |
FilterUnreadyEntries(trans, |
ModelTypeSet(type), |
encrypted_types, |