| Index: chrome/browser/chromeos/drive/sync/entry_update_performer.cc
|
| diff --git a/chrome/browser/chromeos/drive/sync/entry_update_performer.cc b/chrome/browser/chromeos/drive/sync/entry_update_performer.cc
|
| index f9e840970c7248c89fbd321f5f2658fe5635d869..13468c3aeabadb4f15c7513d468c2b8d39e5501f 100644
|
| --- a/chrome/browser/chromeos/drive/sync/entry_update_performer.cc
|
| +++ b/chrome/browser/chromeos/drive/sync/entry_update_performer.cc
|
| @@ -254,7 +254,7 @@ void EntryUpdatePerformer::UpdateEntryAfterPrepare(
|
| // This entry should be updated again after the parent update completes.
|
| if (local_state->parent_entry.resource_id().empty() &&
|
| local_state->parent_entry.metadata_edit_state() != ResourceEntry::CLEAN) {
|
| - callback.Run(FILE_ERROR_OK);
|
| + callback.Run(FILE_ERROR_PARENT_NEEDS_TO_BE_SYNCED);
|
| return;
|
| }
|
|
|
|
|