| Index: webkit/browser/fileapi/isolated_mount_point_provider.h
|
| diff --git a/webkit/browser/fileapi/isolated_mount_point_provider.h b/webkit/browser/fileapi/isolated_mount_point_provider.h
|
| index cadc66f60bf80cd61907f467d610a709cac6939d..ea281f6c43fcfb322943a88d7123a102e92d3fc0 100644
|
| --- a/webkit/browser/fileapi/isolated_mount_point_provider.h
|
| +++ b/webkit/browser/fileapi/isolated_mount_point_provider.h
|
| @@ -6,18 +6,18 @@
|
| #define WEBKIT_BROWSER_FILEAPI_ISOLATED_MOUNT_POINT_PROVIDER_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "webkit/browser/fileapi/file_system_mount_point_provider.h"
|
| +#include "webkit/browser/fileapi/file_system_backend.h"
|
|
|
| namespace fileapi {
|
|
|
| class AsyncFileUtilAdapter;
|
|
|
| -class IsolatedMountPointProvider : public FileSystemMountPointProvider {
|
| +class IsolatedMountPointProvider : public FileSystemBackend {
|
| public:
|
| IsolatedMountPointProvider();
|
| virtual ~IsolatedMountPointProvider();
|
|
|
| - // FileSystemMountPointProvider implementation.
|
| + // FileSystemBackend implementation.
|
| virtual bool CanHandleType(FileSystemType type) const OVERRIDE;
|
| virtual void OpenFileSystem(
|
| const GURL& origin_url,
|
|
|