| Index: chrome/browser/sync_file_system/drive_file_sync_service.h
|
| diff --git a/chrome/browser/sync_file_system/drive_file_sync_service.h b/chrome/browser/sync_file_system/drive_file_sync_service.h
|
| index d737ce0e63318013f6721e7ad9b088cecb0ac7c4..b04cfc97d4cb8d58b512485a2eeff772a39ea83e 100644
|
| --- a/chrome/browser/sync_file_system/drive_file_sync_service.h
|
| +++ b/chrome/browser/sync_file_system/drive_file_sync_service.h
|
| @@ -204,8 +204,10 @@ class DriveFileSyncService
|
|
|
| enum RemoteSyncOperationType {
|
| REMOTE_SYNC_OPERATION_ADD_FILE,
|
| + REMOTE_SYNC_OPERATION_ADD_DIRECTORY,
|
| REMOTE_SYNC_OPERATION_UPDATE_FILE,
|
| REMOTE_SYNC_OPERATION_DELETE_FILE,
|
| + REMOTE_SYNC_OPERATION_DELETE_DIRECTORY,
|
| REMOTE_SYNC_OPERATION_NONE,
|
| REMOTE_SYNC_OPERATION_CONFLICT,
|
| REMOTE_SYNC_OPERATION_RESOLVE_TO_LOCAL,
|
|
|