Index: net/spdy/hpack_encoder.h |
diff --git a/net/spdy/hpack_encoder.h b/net/spdy/hpack_encoder.h |
index 7d73b9292d3be0d3cb840b1e82a92e2385be1e50..6a419711d9485fe89a1f5c65856ae3ecdc728cf9 100644 |
--- a/net/spdy/hpack_encoder.h |
+++ b/net/spdy/hpack_encoder.h |
@@ -66,7 +66,7 @@ class NET_EXPORT_PRIVATE HpackEncoder { |
typedef std::vector<Representation> Representations; |
// Emits a static/dynamic indexed representation (Section 7.1). |
- void EmitIndex(HpackEntry* entry); |
+ void EmitIndex(const HpackEntry* entry); |
// Emits a literal representation (Section 7.2). |
void EmitIndexedLiteral(const Representation& representation); |