| Index: ppapi/proxy/resource_creation_proxy.h
 | 
| diff --git a/ppapi/proxy/resource_creation_proxy.h b/ppapi/proxy/resource_creation_proxy.h
 | 
| index 714441cce742fc77db2518b9af3f1654f20812a0..ca98c3f0d5cb2f737c1c944ce51163b759713736 100644
 | 
| --- a/ppapi/proxy/resource_creation_proxy.h
 | 
| +++ b/ppapi/proxy/resource_creation_proxy.h
 | 
| @@ -122,6 +122,7 @@ class ResourceCreationProxy : public InterfaceProxy,
 | 
|        PP_Instance instance) OVERRIDE;
 | 
|    virtual PP_Resource CreateTCPSocketPrivate(PP_Instance instance) OVERRIDE;
 | 
|    virtual PP_Resource CreateUDPSocketPrivate(PP_Instance instance) OVERRIDE;
 | 
| +  virtual PP_Resource CreateWebSocket(PP_Instance instance) OVERRIDE;
 | 
|    virtual PP_Resource CreateX509CertificatePrivate(
 | 
|        PP_Instance instance) OVERRIDE;
 | 
|  #if !defined(OS_NACL)
 | 
| @@ -157,7 +158,6 @@ class ResourceCreationProxy : public InterfaceProxy,
 | 
|        PP_VideoDecoder_Profile profile) OVERRIDE;
 | 
|    virtual PP_Resource CreateVideoLayer(PP_Instance instance,
 | 
|                                         PP_VideoLayerMode_Dev mode) OVERRIDE;
 | 
| -  virtual PP_Resource CreateWebSocket(PP_Instance instance) OVERRIDE;
 | 
|  #endif  // !defined(OS_NACL)
 | 
|  
 | 
|    virtual bool Send(IPC::Message* msg) OVERRIDE;
 | 
| 
 |