diff options
Diffstat (limited to 'webkit/plugins/ppapi/plugin_delegate.h')
-rw-r--r-- | webkit/plugins/ppapi/plugin_delegate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h index 2b6e098..ebfda18 100644 --- a/webkit/plugins/ppapi/plugin_delegate.h +++ b/webkit/plugins/ppapi/plugin_delegate.h @@ -294,7 +294,7 @@ class PluginDelegate { WebKit::WebFileChooserCompletion* chooser_completion) = 0; // Sends an async IPC to open a file. - typedef Callback2<base::PlatformFileError, base::PlatformFile + typedef Callback2<base::PlatformFileError, base::PassPlatformFile >::Type AsyncOpenFileCallback; virtual bool AsyncOpenFile(const FilePath& path, int flags, |