Index: webkit/fileapi/file_system_util.h |
diff --git a/webkit/fileapi/file_system_util.h b/webkit/fileapi/file_system_util.h |
index 6f3bdca6ac2b7ac11d311c6dd5e768ee549bc06c..226b85b702ca20b3bf85e9a9a237b7a129ff776a 100644 |
--- a/webkit/fileapi/file_system_util.h |
+++ b/webkit/fileapi/file_system_util.h |
@@ -33,6 +33,9 @@ FileSystemType QuotaStorageTypeToFileSystemType( |
quota::StorageType FileSystemTypeToQuotaStorageType(FileSystemType type); |
+std::string GetOriginIdentifierFromURL(const GURL& url); |
+GURL GetOriginURLFromIdentifier(const std::string& origin_identifier); |
+ |
} // namespace fileapi |
#endif // WEBKIT_FILEAPI_FILE_SYSTEM_UTIL_H_ |