| Index: webkit/plugins/ppapi/plugin_delegate.h
|
| diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h
|
| index 95c1be65139faa987d429418280604e10a44b25d..94ad33652932cee74a99dedba3c24cbeb0f72c5c 100644
|
| --- a/webkit/plugins/ppapi/plugin_delegate.h
|
| +++ b/webkit/plugins/ppapi/plugin_delegate.h
|
| @@ -485,10 +485,11 @@ class PluginDelegate {
|
| typedef base::Callback<void (base::PlatformFileError)>
|
| NotifyCloseFileCallback;
|
| typedef base::Callback<
|
| - void (base::PlatformFileError,
|
| - base::PassPlatformFile,
|
| - quota::QuotaLimitType,
|
| - const NotifyCloseFileCallback&)> AsyncOpenFileSystemURLCallback;
|
| + void (base::PlatformFileError error,
|
| + base::PassPlatformFile file,
|
| + quota::QuotaLimitType quota_policy,
|
| + const NotifyCloseFileCallback& close_file_callback)>
|
| + AsyncOpenFileSystemURLCallback;
|
| virtual bool AsyncOpenFileSystemURL(
|
| const GURL& path,
|
| int flags,
|
|
|