Index: webkit/fileapi/test_mount_point_provider.h |
diff --git a/webkit/fileapi/test_mount_point_provider.h b/webkit/fileapi/test_mount_point_provider.h |
index b2a80875c5102ba8485b6f786372e665d9beee04..375684e1982e1c362496093caa95a4ffdee0d691 100644 |
--- a/webkit/fileapi/test_mount_point_provider.h |
+++ b/webkit/fileapi/test_mount_point_provider.h |
@@ -34,6 +34,7 @@ class WEBKIT_STORAGE_EXPORT_PRIVATE TestMountPointProvider |
virtual ~TestMountPointProvider(); |
// FileSystemMountPointProvider implementation. |
+ virtual bool CanHandleType(FileSystemType type) const OVERRIDE; |
virtual void ValidateFileSystemRoot( |
const GURL& origin_url, |
FileSystemType type, |