| Index: webkit/fileapi/file_system_url_request_job.h
|
| diff --git a/webkit/fileapi/file_system_url_request_job.h b/webkit/fileapi/file_system_url_request_job.h
|
| index 5b6e42dda07c9c8a5378ee44077f82c52133e9e6..55f6e70b47a3aa114d39e23ddbb5f8c726c6cfc0 100644
|
| --- a/webkit/fileapi/file_system_url_request_job.h
|
| +++ b/webkit/fileapi/file_system_url_request_job.h
|
| @@ -17,7 +17,10 @@
|
| #include "webkit/storage/webkit_storage_export.h"
|
|
|
| class GURL;
|
| +
|
| +namespace base {
|
| class FilePath;
|
| +}
|
|
|
| namespace webkit_blob {
|
| class FileStreamReader;
|
| @@ -60,7 +63,7 @@ class WEBKIT_STORAGE_EXPORT_PRIVATE FileSystemURLRequestJob
|
| void DidGetMetadata(
|
| base::PlatformFileError error_code,
|
| const base::PlatformFileInfo& file_info,
|
| - const FilePath& platform_path);
|
| + const base::FilePath& platform_path);
|
| void DidRead(int result);
|
| void NotifyFailed(int rv);
|
|
|
|
|