| 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 f6b8a6693b3b830dd9724212b76d4e98a65cd922..5160842626baae039904cd7fa49a5ccb221c4eab 100644
|
| --- a/sync/engine/get_commit_ids_command.h
|
| +++ b/sync/engine/get_commit_ids_command.h
|
| @@ -59,8 +59,8 @@ class GetCommitIdsCommand : public SyncerCommand {
|
| // 4. It's a delete but has not been committed.
|
| void FilterUnreadyEntries(
|
| syncable::BaseTransaction* trans,
|
| - syncable::ModelTypeSet throttled_types,
|
| - syncable::ModelTypeSet encrypted_types,
|
| + syncer::ModelTypeSet throttled_types,
|
| + syncer::ModelTypeSet encrypted_types,
|
| bool passphrase_missing,
|
| const syncable::Directory::UnsyncedMetaHandles& unsynced_handles,
|
| std::set<int64>* ready_unsynced_set);
|
|
|