| 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 6d626885b253cf21258fb6c8b4aa9b62c5778741..099d6d3daaedc731b465466a49c1b1438019bf01 100644
|
| --- a/webkit/fileapi/file_system_file_util_proxy.h
|
| +++ b/webkit/fileapi/file_system_file_util_proxy.h
|
| @@ -97,7 +97,7 @@ class FileSystemFileUtilProxy {
|
| static bool ReadDirectory(const FileSystemOperationContext& context,
|
| scoped_refptr<MessageLoopProxy> message_loop_proxy,
|
| const FilePath& file_path,
|
| - ReadDirectoryCallback* callback);
|
| + const ReadDirectoryCallback& callback);
|
|
|
| // Creates directory at given path. It's an error to create
|
| // if |exclusive| is true and dir already exists.
|
|
|