| Index: webkit/plugins/ppapi/mock_plugin_delegate.h
|
| diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.h b/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| index 023c437da6ea25b2042915406ce29960dc7e19c9..a8109b9905c013704eb5afe954536b54a0cf8d93 100644
|
| --- a/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| +++ b/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| @@ -65,9 +65,10 @@ class MockPluginDelegate : public PluginDelegate {
|
| virtual bool AsyncOpenFile(const FilePath& path,
|
| int flags,
|
| const AsyncOpenFileCallback& callback);
|
| - virtual bool AsyncOpenFileSystemURL(const GURL& path,
|
| - int flags,
|
| - const AsyncOpenFileCallback& callback);
|
| + virtual bool AsyncOpenFileSystemURL(
|
| + const GURL& path,
|
| + int flags,
|
| + const AsyncOpenFileSystemURLCallback& callback);
|
| virtual bool OpenFileSystem(
|
| const GURL& url,
|
| fileapi::FileSystemType type,
|
|
|