Chromium Code Reviews| 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..18b2d84066e8f71ea50947edaad4f3c15cd9bcba 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,8 +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 |
| + typedef FileSystemOperation::GetMetadataCallback GetFileInfoCallback; |
| + typedef FileSystemOperation::ReadDirectoryCallback |
| ReadDirectoryCallback; |
|
kinaba
2012/08/23 16:23:11
It fits in a line.
kinuko
2012/08/24 06:20:54
Done.
|
| typedef base::Callback< |