Index: content/renderer/pepper/pepper_plugin_delegate_impl.h |
diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.h b/content/renderer/pepper/pepper_plugin_delegate_impl.h |
index 9cae5fafff1ddbd4edb378e52c97e409f419f292..8fc13af64d42cc49dc520b24e6ece06e7606269f 100644 |
--- a/content/renderer/pepper/pepper_plugin_delegate_impl.h |
+++ b/content/renderer/pepper/pepper_plugin_delegate_impl.h |
@@ -216,7 +216,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, |