| Index: webkit/fileapi/isolated_mount_point_provider.h
|
| diff --git a/webkit/fileapi/isolated_mount_point_provider.h b/webkit/fileapi/isolated_mount_point_provider.h
|
| index f2d8d39d91a694925538f1f2b21c6b9334da030f..57a8c3750f65ce573823e67302ef9d268bee4eba 100644
|
| --- a/webkit/fileapi/isolated_mount_point_provider.h
|
| +++ b/webkit/fileapi/isolated_mount_point_provider.h
|
| @@ -25,6 +25,7 @@ class IsolatedMountPointProvider : public FileSystemMountPointProvider {
|
| virtual ~IsolatedMountPointProvider();
|
|
|
| // FileSystemMountPointProvider implementation.
|
| + virtual bool CanHandleType(FileSystemType type) const OVERRIDE;
|
| virtual void ValidateFileSystemRoot(
|
| const GURL& origin_url,
|
| FileSystemType type,
|
|
|