From 76aa9f8a01131c9c598c2235a1defa1a0661fb69 Mon Sep 17 00:00:00 2001 From: "yutak@chromium.org" Date: Tue, 21 Aug 2012 07:48:01 +0000 Subject: [PATCH] Fix comments in websocket_stream.h. BUG=none R=mmenke@chromium.org Review URL: https://chromiumcodereview.appspot.com/10828384 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152526 0039d316-1c4b-4281-b951-d872f2087c98 --- net/websockets/websocket_stream.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/websockets/websocket_stream.h b/net/websockets/websocket_stream.h index 7e31edc9786755..c69aa85a33c4f1 100644 --- a/net/websockets/websocket_stream.h +++ b/net/websockets/websocket_stream.h @@ -41,8 +41,8 @@ class WebSocketStream { // Initializes stream. Must be called before calling SendHandshakeRequest(). // Returns a net error code, possibly ERR_IO_PENDING, as stated above. // - // |request_info->url| must be a URL starting with "ws://" or "wss://". - // |request_info->method| must be "GET". |request_info->upload_data| is + // |request_info.url| must be a URL starting with "ws://" or "wss://". + // |request_info.method| must be "GET". |request_info.upload_data| is // ignored. virtual int InitializeStream(const HttpRequestInfo& request_info, const BoundNetLog& net_log,