Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1097)

Unified Diff: third_party/WebKit/Source/platform/network/WebSocketHandshakeRequest.h

Issue 2389973004: reflow comments in platform/{network,peerconnection} (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/network/WebSocketHandshakeRequest.h
diff --git a/third_party/WebKit/Source/platform/network/WebSocketHandshakeRequest.h b/third_party/WebKit/Source/platform/network/WebSocketHandshakeRequest.h
index 3f19ca637665c2e997bcb010531cdc839a82de4f..c49e4e692d91a224b9950c380b7937a7d8a2a506 100644
--- a/third_party/WebKit/Source/platform/network/WebSocketHandshakeRequest.h
+++ b/third_party/WebKit/Source/platform/network/WebSocketHandshakeRequest.h
@@ -61,8 +61,8 @@ class PLATFORM_EXPORT WebSocketHandshakeRequest final
addAndMergeHeader(&m_headerFields, name, value);
}
- // Merges the existing value with |value| in |map| if |map| already has |name|.
- // Associates |value| with |name| in |map| otherwise.
+ // Merges the existing value with |value| in |map| if |map| already has
+ // |name|. Associates |value| with |name| in |map| otherwise.
// This function builds data for inspector.
static void addAndMergeHeader(HTTPHeaderMap* /* map */,
const AtomicString& name,

Powered by Google App Engine
This is Rietveld 408576698