| Index: content/browser/renderer_host/websocket_host.h
|
| diff --git a/content/browser/renderer_host/websocket_host.h b/content/browser/renderer_host/websocket_host.h
|
| index 06f82f710386c624ccaa518f17d22b1597bf21e6..ffeb0b8c29deb9504e3dfc1a398a0c74ecbdd155 100644
|
| --- a/content/browser/renderer_host/websocket_host.h
|
| +++ b/content/browser/renderer_host/websocket_host.h
|
| @@ -27,8 +27,8 @@ namespace content {
|
|
|
| class WebSocketDispatcherHost;
|
|
|
| -// Host of WebSocketChannel. The lifetime of an instance of this class is
|
| -// completely controlled by the WebSocketDispatcherHost.
|
| +// Host of net::WebSocketChannel. The lifetime of an instance of this class is
|
| +// completely controlled by the WebSocketDispatcherHost object.
|
| class CONTENT_EXPORT WebSocketHost {
|
| public:
|
| WebSocketHost(int routing_id,
|
|
|