| 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 e05b81a5ba4a998ad831f4615652f0cacb0495cb..67d6c8b9503d3fbaac93686e391462aebe284000 100644
|
| --- a/webkit/fileapi/file_system_file_util_proxy.h
|
| +++ b/webkit/fileapi/file_system_file_util_proxy.h
|
| @@ -75,7 +75,7 @@ class FileSystemFileUtilProxy {
|
| const FileSystemOperationContext& context,
|
| scoped_refptr<MessageLoopProxy> message_loop_proxy,
|
| const FilePath& file_path,
|
| - EnsureFileExistsCallback* callback);
|
| + const EnsureFileExistsCallback& callback);
|
|
|
| // Maps virtual file patch to its local physical location.
|
| static bool GetLocalPath(
|
|
|