diff options
Diffstat (limited to 'content/renderer/pepper/pepper_plugin_delegate_impl.h')
-rw-r--r-- | content/renderer/pepper/pepper_plugin_delegate_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.h b/content/renderer/pepper/pepper_plugin_delegate_impl.h index ded09ca..7194943 100644 --- a/content/renderer/pepper/pepper_plugin_delegate_impl.h +++ b/content/renderer/pepper/pepper_plugin_delegate_impl.h @@ -219,7 +219,7 @@ class PepperPluginDelegateImpl virtual bool AsyncOpenFileSystemURL( const GURL& path, int flags, - const AsyncOpenFileCallback& callback) OVERRIDE; + const AsyncOpenFileSystemURLCallback& callback) OVERRIDE; virtual bool OpenFileSystem( const GURL& url, fileapi::FileSystemType type, |