| Index: third_party/WebKit/Source/modules/filesystem/DevToolsHostFileSystem.h
|
| diff --git a/third_party/WebKit/Source/modules/filesystem/DevToolsHostFileSystem.h b/third_party/WebKit/Source/modules/filesystem/DevToolsHostFileSystem.h
|
| index e1181708dff91e269abfa2cd85915138ac7a92f1..f2370d782633cac4e0cdea535d0af1e5aa3ef37f 100644
|
| --- a/third_party/WebKit/Source/modules/filesystem/DevToolsHostFileSystem.h
|
| +++ b/third_party/WebKit/Source/modules/filesystem/DevToolsHostFileSystem.h
|
| @@ -11,18 +11,17 @@
|
|
|
| namespace blink {
|
|
|
| -class DOMFileSystem;
|
| class DevToolsHost;
|
| +class FileSystem;
|
|
|
| class DevToolsHostFileSystem {
|
| STATIC_ONLY(DevToolsHostFileSystem);
|
|
|
| public:
|
| - static DOMFileSystem* isolatedFileSystem(DevToolsHost&,
|
| - const String& fileSystemName,
|
| - const String& rootURL);
|
| - static void upgradeDraggedFileSystemPermissions(DevToolsHost&,
|
| - DOMFileSystem*);
|
| + static FileSystem* isolatedFileSystem(DevToolsHost&,
|
| + const String& fileSystemName,
|
| + const String& rootURL);
|
| + static void upgradeDraggedFileSystemPermissions(DevToolsHost&, FileSystem*);
|
| };
|
|
|
| } // namespace blink
|
|
|