| 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 291cf78dd30f9cbae4f04facf3f1fb67452061a7..0988ebe23acf530d937ecad78f951ea59da8683b 100644
|
| --- a/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| +++ b/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| @@ -7,6 +7,8 @@
|
|
|
| #include "webkit/plugins/ppapi/plugin_delegate.h"
|
|
|
| +struct PP_NetAddress_Private;
|
| +
|
| namespace webkit {
|
| namespace ppapi {
|
|
|
| @@ -97,7 +99,7 @@ class MockPluginDelegate : public PluginDelegate {
|
| uint16_t port);
|
| virtual int32_t ConnectTcpAddress(
|
| webkit::ppapi::PPB_Flash_NetConnector_Impl* connector,
|
| - const struct PP_Flash_NetAddress* addr);
|
| + const PP_NetAddress_Private* addr);
|
| virtual int32_t ShowContextMenu(
|
| PluginInstance* instance,
|
| webkit::ppapi::PPB_Flash_Menu_Impl* menu,
|
|
|