| Index: webkit/common/fileapi/file_system_util.h
|
| diff --git a/webkit/common/fileapi/file_system_util.h b/webkit/common/fileapi/file_system_util.h
|
| index ffb29faed767e5d3fb4da08dd6573ec6a1dea5c0..3616dfa696c00648996e00c13c0f6ca5b47a6272 100644
|
| --- a/webkit/common/fileapi/file_system_util.h
|
| +++ b/webkit/common/fileapi/file_system_util.h
|
| @@ -158,6 +158,10 @@ WEBKIT_STORAGE_COMMON_EXPORT std::string GetExternalFileSystemRootURIString(
|
| const GURL& origin_url,
|
| const std::string& mount_name);
|
|
|
| +// Translates the net::Error to base::PlatformFileError.
|
| +WEBKIT_STORAGE_COMMON_EXPORT base::PlatformFileError
|
| +NetErrorToPlatformFileError(int error);
|
| +
|
| } // namespace fileapi
|
|
|
| #endif // WEBKIT_COMMON_FILEAPI_FILE_SYSTEM_UTIL_H_
|
|
|