| Index: webkit/fileapi/file_system_file_util_proxy.h
|
| diff --git a/webkit/fileapi/file_system_file_util_proxy.h b/webkit/fileapi/file_system_file_util_proxy.h
|
| index e3763145e29f579c13c8ea1cee94bb851688784b..e05b81a5ba4a998ad831f4615652f0cacb0495cb 100644
|
| --- a/webkit/fileapi/file_system_file_util_proxy.h
|
| +++ b/webkit/fileapi/file_system_file_util_proxy.h
|
| @@ -54,7 +54,7 @@ class FileSystemFileUtilProxy {
|
| scoped_refptr<MessageLoopProxy> message_loop_proxy,
|
| const FilePath& file_path,
|
| int file_flags,
|
| - CreateOrOpenCallback* callback);
|
| + const CreateOrOpenCallback& callback);
|
|
|
| // Close the given file handle.
|
| static bool Close(const FileSystemOperationContext& context,
|
|
|