| Index: content/child/webkitplatformsupport_impl.h
|
| diff --git a/content/child/webkitplatformsupport_impl.h b/content/child/webkitplatformsupport_impl.h
|
| index 001d27fbe6d0f262e79d90a27c0cef80f6f6d214..a2331250ce3b2cb2ff8ae81893b90ee7c4fc6974 100644
|
| --- a/content/child/webkitplatformsupport_impl.h
|
| +++ b/content/child/webkitplatformsupport_impl.h
|
| @@ -29,9 +29,9 @@ class CONTENT_EXPORT WebKitPlatformSupportImpl
|
| virtual webkit_glue::ResourceLoaderBridge* CreateResourceLoader(
|
| const webkit_glue::ResourceLoaderBridge::RequestInfo& request_info)
|
| OVERRIDE;
|
| - virtual WebSocketStreamHandleBridge* CreateWebSocketStreamBridge(
|
| + virtual webkit_glue::WebSocketStreamHandleBridge* CreateWebSocketStreamBridge(
|
| blink::WebSocketStreamHandle* handle,
|
| - WebSocketStreamHandleDelegate* delegate) OVERRIDE;
|
| + webkit_glue::WebSocketStreamHandleDelegate* delegate) OVERRIDE;
|
| virtual blink::WebSocketHandle* createWebSocketHandle() OVERRIDE;
|
| };
|
|
|
|
|