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

Unified Diff: third_party/WebKit/Source/platform/network/HTTPHeaderMap.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/HTTPHeaderMap.h
diff --git a/third_party/WebKit/Source/platform/network/HTTPHeaderMap.h b/third_party/WebKit/Source/platform/network/HTTPHeaderMap.h
index 00e183bab9a68f00eb5e3474db2465f02dbea5c5..0afe028a0fe93e06d2bbb21947fd945670f2968c 100644
--- a/third_party/WebKit/Source/platform/network/HTTPHeaderMap.h
+++ b/third_party/WebKit/Source/platform/network/HTTPHeaderMap.h
@@ -41,7 +41,8 @@ namespace blink {
typedef Vector<std::pair<String, String>> CrossThreadHTTPHeaderMapData;
-// FIXME: Not every header fits into a map. Notably, multiple Set-Cookie header fields are needed to set multiple cookies.
+// FIXME: Not every header fits into a map. Notably, multiple Set-Cookie header
+// fields are needed to set multiple cookies.
class PLATFORM_EXPORT HTTPHeaderMap final {
DISALLOW_NEW();

Powered by Google App Engine
This is Rietveld 408576698