Index: content/child/fileapi/webfilesystem_impl.h |
diff --git a/content/child/fileapi/webfilesystem_impl.h b/content/child/fileapi/webfilesystem_impl.h |
index 75505454e3d406e8b9e048a931dd3f7138409989..8f390ffaadc6d1c467b31f0c57a72f62ce5f7a05 100644 |
--- a/content/child/fileapi/webfilesystem_impl.h |
+++ b/content/child/fileapi/webfilesystem_impl.h |
@@ -54,6 +54,9 @@ class WebFileSystemImpl |
const WebKit::WebFileSystemType type, |
bool create, |
WebKit::WebFileSystemCallbacks); |
+ virtual void resolveURL( |
+ const WebKit::WebURL& filesystem_url, |
+ WebKit::WebFileSystemCallbacks) OVERRIDE; |
virtual void deleteFileSystem( |
const WebKit::WebURL& storage_partition, |
const WebKit::WebFileSystemType type, |