| Index: Source/modules/filesystem/FileSystemClient.h
|
| diff --git a/Source/modules/filesystem/FileSystemClient.h b/Source/modules/filesystem/FileSystemClient.h
|
| index ce9a56fed69746a8d999c063df290f14b1a4df81..0371ef10daa40592a48a19ff16a883833aaa9a20 100644
|
| --- a/Source/modules/filesystem/FileSystemClient.h
|
| +++ b/Source/modules/filesystem/FileSystemClient.h
|
| @@ -49,7 +49,7 @@ public:
|
| virtual ~FileSystemClient() { }
|
|
|
| virtual bool requestFileSystemAccessSync(ExecutionContext*) = 0;
|
| - virtual void requestFileSystemAccessAsync(ExecutionContext*, PassOwnPtr<blink::PermissionCallbacks>) = 0;
|
| + virtual void requestFileSystemAccessAsync(ExecutionContext*, PassOwnPtr<PermissionCallbacks>) = 0;
|
| };
|
|
|
| void provideLocalFileSystemTo(LocalFrame&, PassOwnPtr<FileSystemClient>);
|
|
|