| Index: components/sync/engine_impl/get_commit_ids.cc
|
| diff --git a/components/sync/engine_impl/get_commit_ids.cc b/components/sync/engine_impl/get_commit_ids.cc
|
| index fec5a728d605610e8253efb8674efa72981d1a47..c4816a730774f29304b00fe84df22e46143b330f 100644
|
| --- a/components/sync/engine_impl/get_commit_ids.cc
|
| +++ b/components/sync/engine_impl/get_commit_ids.cc
|
| @@ -58,7 +58,7 @@ void GetCommitIdsForType(syncable::BaseTransaction* trans,
|
| syncable::Directory::Metahandles* out) {
|
| syncable::Directory* dir = trans->directory();
|
|
|
| - // Gather the full set of unsynced items and store it in the session. They
|
| + // Gather the full set of unsynced items and store it in the cycle. They
|
| // are not in the correct order for commit.
|
| std::set<int64_t> ready_unsynced_set;
|
| syncable::Directory::Metahandles all_unsynced_handles;
|
|
|