Chromium Code Reviews| Index: third_party/WebKit/Source/platform/network/HTTPParsers.cpp |
| diff --git a/third_party/WebKit/Source/platform/network/HTTPParsers.cpp b/third_party/WebKit/Source/platform/network/HTTPParsers.cpp |
| index c0f13e374e0a62a200f42cca69900470c8a161ef..21ad72102312943c57f9c3295617afcc3344949a 100644 |
| --- a/third_party/WebKit/Source/platform/network/HTTPParsers.cpp |
| +++ b/third_party/WebKit/Source/platform/network/HTTPParsers.cpp |
| @@ -628,4 +628,4 @@ void parseCommaDelimitedHeader(const String& headerValue, CommaDelimitedHeaderSe |
| headerSet.add(value.stripWhiteSpace(isWhitespace)); |
| } |
| -} |
| +} // namespace blink |