Index: webkit/plugins/ppapi/mock_plugin_delegate.cc |
diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.cc b/webkit/plugins/ppapi/mock_plugin_delegate.cc |
index b648e68c9feac1f5fbb018a120d5ccb8efbf4d2c..ccc8c57ded9d8cb9033ba19bb13990784e30e14b 100644 |
--- a/webkit/plugins/ppapi/mock_plugin_delegate.cc |
+++ b/webkit/plugins/ppapi/mock_plugin_delegate.cc |
@@ -138,7 +138,9 @@ bool MockPluginDelegate::AsyncOpenFile(const FilePath& path, |
} |
bool MockPluginDelegate::AsyncOpenFileSystemURL( |
- const GURL& path, int flags, const AsyncOpenFileCallback& callback) { |
+ const GURL& path, |
+ int flags, |
+ const AsyncOpenFileSystemURLCallback& callback) { |
return false; |
} |