Index: webkit/fileapi/file_system_context.h |
diff --git a/webkit/fileapi/file_system_context.h b/webkit/fileapi/file_system_context.h |
index f80e5f0ab0378af2239ea1bc818bbd2d3b26972c..7ebd38f7868fb3df28fd49d2cedfc0eb2794528a 100644 |
--- a/webkit/fileapi/file_system_context.h |
+++ b/webkit/fileapi/file_system_context.h |
@@ -8,6 +8,7 @@ |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
#include "webkit/quota/special_storage_policy.h" |
+#include "webkit/fileapi/file_system_types.h" |
Dai Mikurube (NOT FULLTIME)
2011/05/11 09:14:57
Please sort header files in alphabetical order.
tzik (google)
2011/05/11 09:32:56
Done.
|
class FilePath; |
class GURL; |
@@ -51,6 +52,8 @@ class FileSystemContext |
bool IsStorageUnlimited(const GURL& origin); |
void DeleteDataForOriginOnFileThread(const GURL& origin_url); |
+ void DeleteDataForOriginAndTypeOnFileThread(const GURL& origin_url, |
+ FileSystemType type); |
FileSystemPathManager* path_manager() const { return path_manager_.get(); } |
quota::QuotaManagerProxy* quota_manager_proxy() const { |