Index: net/base/net_error_list.h |
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h |
index fa68713f566d825489497b54811c0c9c6022fe73..46d310fb7274df2c0ba97f14022a1a004478fed1 100644 |
--- a/net/base/net_error_list.h |
+++ b/net/base/net_error_list.h |
@@ -537,7 +537,7 @@ NET_ERROR(INCOMPLETE_CHUNKED_ENCODING, -355) |
NET_ERROR(QUIC_PROTOCOL_ERROR, -356) |
// The HTTP headers were truncated by an EOF. |
-NET_ERROR(HEADERS_TRUNCATED, -357) |
+NET_ERROR(RESPONSE_HEADERS_TRUNCATED, -357) |
// The cache does not have the requested entry. |
NET_ERROR(CACHE_MISS, -400) |