| Index: webkit/fileapi/file_system_util.h | 
| =================================================================== | 
| --- webkit/fileapi/file_system_util.h	(revision 78772) | 
| +++ webkit/fileapi/file_system_util.h	(working copy) | 
| @@ -13,9 +13,13 @@ | 
|  | 
| namespace fileapi { | 
|  | 
| +// The file_path this returns will be using '/' as a path separator, no matter | 
| +// what platform you're on. | 
| bool CrackFileSystemURL(const GURL& url, GURL* origin_url, FileSystemType* type, | 
| FilePath* file_path); | 
|  | 
| +GURL GetFileSystemRootURI(const GURL& origin_url, fileapi::FileSystemType type); | 
| + | 
| }  // namespace fileapi | 
|  | 
| #endif  // WEBKIT_FILEAPI_FILE_SYSTEM_UTIL_H_ | 
|  |