| 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 d57536109dd7cff39fa28c6eb9618402d9716117..f6ff6860d7c87e168642aec9989641513b33434e 100644
|
| --- a/webkit/fileapi/file_system_file_util_proxy.h
|
| +++ b/webkit/fileapi/file_system_file_util_proxy.h
|
| @@ -14,7 +14,7 @@
|
| #include "base/platform_file.h"
|
| #include "base/tracked_objects.h"
|
| #include "webkit/fileapi/file_system_file_util.h"
|
| -#include "webkit/fileapi/file_system_operation_interface.h"
|
| +#include "webkit/fileapi/file_system_operation.h"
|
|
|
| namespace fileapi {
|
|
|
| @@ -39,9 +39,8 @@ class FileSystemFileUtilProxy {
|
| typedef base::Callback<void(PlatformFileError status)> StatusCallback;
|
| typedef base::Callback<void(PlatformFileError status,
|
| bool created)> EnsureFileExistsCallback;
|
| - typedef FileSystemOperationInterface::GetMetadataCallback GetFileInfoCallback;
|
| - typedef FileSystemOperationInterface::ReadDirectoryCallback
|
| - ReadDirectoryCallback;
|
| + typedef FileSystemOperation::GetMetadataCallback GetFileInfoCallback;
|
| + typedef FileSystemOperation::ReadDirectoryCallback ReadDirectoryCallback;
|
|
|
| typedef base::Callback<
|
| void(base::PlatformFileError result,
|
|
|