| Index: webkit/plugins/ppapi/resource_creation_impl.cc | 
| diff --git a/webkit/plugins/ppapi/resource_creation_impl.cc b/webkit/plugins/ppapi/resource_creation_impl.cc | 
| index 1b172bc926152ce3b485180b34e45381f52f0e99..22ac0b2b7746cb0cf5b4025b8efb21658f167884 100644 | 
| --- a/webkit/plugins/ppapi/resource_creation_impl.cc | 
| +++ b/webkit/plugins/ppapi/resource_creation_impl.cc | 
| @@ -33,7 +33,6 @@ | 
| #include "webkit/plugins/ppapi/ppb_url_loader_impl.h" | 
| #include "webkit/plugins/ppapi/ppb_video_capture_impl.h" | 
| #include "webkit/plugins/ppapi/ppb_video_decoder_impl.h" | 
| -#include "webkit/plugins/ppapi/ppb_websocket_impl.h" | 
| #include "webkit/plugins/ppapi/ppb_x509_certificate_private_impl.h" | 
| #include "webkit/plugins/ppapi/resource_helper.h" | 
|  | 
| @@ -291,10 +290,6 @@ PP_Resource ResourceCreationImpl::CreateVideoDecoder( | 
| return PPB_VideoDecoder_Impl::Create(instance, graphics3d_id, profile); | 
| } | 
|  | 
| -PP_Resource ResourceCreationImpl::CreateWebSocket(PP_Instance instance) { | 
| -  return PPB_WebSocket_Impl::Create(instance); | 
| -} | 
| - | 
| PP_Resource ResourceCreationImpl::CreateWheelInputEvent( | 
| PP_Instance instance, | 
| PP_TimeTicks time_stamp, | 
|  |