summaryrefslogtreecommitdiffstats
path: root/content/renderer/pepper/pepper_plugin_delegate_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/renderer/pepper/pepper_plugin_delegate_impl.h')
-rw-r--r--content/renderer/pepper/pepper_plugin_delegate_impl.h2
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 83f9f82..974c7fb 100644
--- a/content/renderer/pepper/pepper_plugin_delegate_impl.h
+++ b/content/renderer/pepper/pepper_plugin_delegate_impl.h
@@ -284,7 +284,7 @@ class PepperPluginDelegateImpl
virtual void TCPSocketDisconnect(uint32 socket_id) OVERRIDE;
virtual void TCPSocketSetOption(
uint32 socket_id,
- PP_TCPSocket_Option_Dev name,
+ PP_TCPSocket_Option name,
const ppapi::SocketOptionData& value) OVERRIDE;
virtual void RegisterTCPSocket(
webkit::ppapi::PPB_TCPSocket_Private_Impl* socket,