| 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 e2b7d12fd754158ee7dcd8a3d9a7988a2977412b..e86895b1b42f594a9ba8dc393e9fa867ffd04e82 100644
|
| --- a/content/browser/renderer_host/websocket_host.h
|
| +++ b/content/browser/renderer_host/websocket_host.h
|
| @@ -26,8 +26,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 WebSocketHost {
|
| public:
|
| WebSocketHost(int routing_id,
|
|
|