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", |