| Index: webkit/chromeos/fileapi/remote_file_system_operation.h
|
| diff --git a/webkit/chromeos/fileapi/remote_file_system_operation.h b/webkit/chromeos/fileapi/remote_file_system_operation.h
|
| index ba429c1a0d8ecf1d768a9478b37efe0ee62c904f..f8459e366782fff1667726f8964dc5ac6f28ef31 100644
|
| --- a/webkit/chromeos/fileapi/remote_file_system_operation.h
|
| +++ b/webkit/chromeos/fileapi/remote_file_system_operation.h
|
| @@ -117,8 +117,8 @@ class RemoteFileSystemOperation : public fileapi::FileSystemOperation {
|
| const OpenFileCallback& callback,
|
| base::PlatformFileError result,
|
| base::PlatformFile file,
|
| - base::ProcessHandle peer_handle);
|
| -
|
| + base::ProcessHandle peer_handle,
|
| + quota::QuotaLimitType quota_limit_type);
|
|
|
| scoped_refptr<fileapi::RemoteFileSystemProxyInterface> remote_proxy_;
|
| // A flag to make sure we call operation only once per instance.
|
|
|