summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/file_system_file_util_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/fileapi/file_system_file_util_proxy.h')
-rw-r--r--webkit/fileapi/file_system_file_util_proxy.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/webkit/fileapi/file_system_file_util_proxy.h b/webkit/fileapi/file_system_file_util_proxy.h
index 288d4cf..de4b320 100644
--- a/webkit/fileapi/file_system_file_util_proxy.h
+++ b/webkit/fileapi/file_system_file_util_proxy.h
@@ -25,6 +25,8 @@ class FileSystemOperationContext;
using base::MessageLoopProxy;
using base::PlatformFile;
+using base::PlatformFileError;
+using base::PlatformFileInfo;
// This class provides asynchronous access to common file routines for the
// FileSystem API.
@@ -34,7 +36,10 @@ class FileSystemFileUtilProxy {
typedef base::FileUtilProxy::CreateOrOpenCallback CreateOrOpenCallback;
typedef base::FileUtilProxy::EnsureFileExistsCallback
EnsureFileExistsCallback;
- typedef base::FileUtilProxy::GetFileInfoCallback GetFileInfoCallback;
+ typedef Callback3<PlatformFileError /* error code */,
+ const PlatformFileInfo& /* file_info */,
+ const FilePath& /* platform_path, where possible */
+ >::Type GetFileInfoCallback;
typedef base::FileUtilProxy::ReadDirectoryCallback ReadDirectoryCallback;
// Creates or opens a file with the given flags. It is invalid to pass NULL