| 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();
|
|
|
|
|