| Index: ui/file_manager/zip_archiver/cpp/request.h | 
| diff --git a/ui/file_manager/zip_archiver/cpp/request.h b/ui/file_manager/zip_archiver/cpp/request.h | 
| index 197866c8c895f53d5db1d08f63cd559e0ded18e5..ef06a15473c347744e5336111056f6d3f320b39c 100644 | 
| --- a/ui/file_manager/zip_archiver/cpp/request.h | 
| +++ b/ui/file_manager/zip_archiver/cpp/request.h | 
| @@ -140,6 +140,7 @@ pp::VarDictionary CreateReadFileChunkRequest(int compressor_id, | 
|  | 
| pp::VarDictionary CreateWriteChunkRequest(int compressor_id, | 
| const pp::VarArrayBuffer& array_buffer, | 
| +                                          int64_t offset, | 
| int64_t length); | 
|  | 
| pp::VarDictionary CreateAddToArchiveDoneResponse(int compressor_id); | 
|  |