| Index: chrome/browser/chromeos/drive/file_errors.h
|
| diff --git a/chrome/browser/chromeos/drive/file_errors.h b/chrome/browser/chromeos/drive/file_errors.h
|
| index d06ff626ff5e13eca71fa09760835ced548c8b02..c663709fdc9ddb6f3ca105873bb366ec17338a52 100644
|
| --- a/chrome/browser/chromeos/drive/file_errors.h
|
| +++ b/chrome/browser/chromeos/drive/file_errors.h
|
| @@ -31,6 +31,7 @@ enum FileError {
|
| FILE_ERROR_NO_CONNECTION = -16,
|
| FILE_ERROR_NO_LOCAL_SPACE = -17,
|
| FILE_ERROR_SERVICE_UNAVAILABLE = -18,
|
| + FILE_ERROR_PARENT_NEEDS_TO_BE_SYNCED = -19,
|
| };
|
|
|
| // Used as callbacks for file operations.
|
|
|