| Index: webkit/chromeos/fileapi/remote_file_system_operation.cc
|
| diff --git a/webkit/chromeos/fileapi/remote_file_system_operation.cc b/webkit/chromeos/fileapi/remote_file_system_operation.cc
|
| index 5f0843ec8997e772568075b18dad932e0b76d884..6b319e5397811dfe7876acd6c03f407d7be1c4bc 100644
|
| --- a/webkit/chromeos/fileapi/remote_file_system_operation.cc
|
| +++ b/webkit/chromeos/fileapi/remote_file_system_operation.cc
|
| @@ -319,8 +319,9 @@ void RemoteFileSystemOperation::DidOpenFile(
|
| const OpenFileCallback& callback,
|
| base::PlatformFileError result,
|
| base::PlatformFile file,
|
| - base::ProcessHandle peer_handle) {
|
| - callback.Run(result, file, peer_handle);
|
| + base::ProcessHandle peer_handle,
|
| + quota::QuotaLimitType quota_limit_type) {
|
| + callback.Run(result, file, peer_handle, quota_limit_type);
|
| }
|
|
|
| } // namespace chromeos
|
|
|