| Index: sync/engine/get_commit_ids_command.h
|
| diff --git a/sync/engine/get_commit_ids_command.h b/sync/engine/get_commit_ids_command.h
|
| index b7e43356572ecc980c1f32f1fb8734e53718b64c..83f3e62f0181adfd0f5a6664adf7a982d67af376 100644
|
| --- a/sync/engine/get_commit_ids_command.h
|
| +++ b/sync/engine/get_commit_ids_command.h
|
| @@ -58,8 +58,8 @@ class GetCommitIdsCommand : public SyncerCommand {
|
| // 4. It's a delete but has not been committed.
|
| void FilterUnreadyEntries(
|
| syncable::BaseTransaction* trans,
|
| - syncer::ModelTypeSet throttled_types,
|
| - syncer::ModelTypeSet encrypted_types,
|
| + ModelTypeSet throttled_types,
|
| + ModelTypeSet encrypted_types,
|
| bool passphrase_missing,
|
| const syncable::Directory::UnsyncedMetaHandles& unsynced_handles,
|
| std::set<int64>* ready_unsynced_set);
|
|
|