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 46ba02cf5818672debec29431f82e26b4b29b6b2..2c7d6e209b11276af5f30fadeecc4061f53758d8 100644 |
--- a/webkit/plugins/ppapi/mock_plugin_delegate.h |
+++ b/webkit/plugins/ppapi/mock_plugin_delegate.h |
@@ -67,9 +67,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, |