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

Unified Diff: net/http/http_util.cc

Issue 885443002: Roll Chrome into Mojo. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase to ToT mojo Created 5 years, 11 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
« no previous file with comments | « net/http/http_server_properties_impl.cc ('k') | net/http/http_util_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_util.cc
diff --git a/net/http/http_util.cc b/net/http/http_util.cc
index 9bdc04596a5963a4aef6a857d610d5d6f812cbef..5e34227070792ed8002e07098b09414942a4f6d0 100644
--- a/net/http/http_util.cc
+++ b/net/http/http_util.cc
@@ -405,7 +405,7 @@ bool HttpUtil::IsNonCoalescingHeader(std::string::const_iterator name_begin,
std::string::const_iterator name_end) {
// NOTE: "set-cookie2" headers do not support expires attributes, so we don't
// have to list them here.
- const char* kNonCoalescingHeaders[] = {
+ const char* const kNonCoalescingHeaders[] = {
"date",
"expires",
"last-modified",
« no previous file with comments | « net/http/http_server_properties_impl.cc ('k') | net/http/http_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698