Index: webkit/fileapi/sandbox_mount_point_provider.h |
diff --git a/webkit/fileapi/sandbox_mount_point_provider.h b/webkit/fileapi/sandbox_mount_point_provider.h |
index 126c2a7df7370ee3d6ae9cabacd73096095d907c..dd7c38d9a322f1533824835e07e6e73b2f2a4045 100644 |
--- a/webkit/fileapi/sandbox_mount_point_provider.h |
+++ b/webkit/fileapi/sandbox_mount_point_provider.h |
@@ -67,7 +67,7 @@ class WEBKIT_STORAGE_EXPORT SandboxMountPointProvider |
// The FileSystem directory name. |
static const base::FilePath::CharType kFileSystemDirectory[]; |
- static bool CanHandleType(FileSystemType type); |
+ static bool IsSandboxType(FileSystemType type); |
// |file_task_runner| is used to validate the root directory and delete the |
// obfuscated file util. |
@@ -79,6 +79,7 @@ class WEBKIT_STORAGE_EXPORT SandboxMountPointProvider |
virtual ~SandboxMountPointProvider(); |
// FileSystemMountPointProvider overrides. |
+ virtual bool CanHandleType(FileSystemType type) const OVERRIDE; |
virtual void ValidateFileSystemRoot( |
const GURL& origin_url, |
FileSystemType type, |