| Index: net/spdy/hpack_encoder.h
|
| diff --git a/net/spdy/hpack_encoder.h b/net/spdy/hpack_encoder.h
|
| index 7047144942f5826b7c38a0c7284780902843b0ca..ea15cc6b0f952f3ac174913cfa35df1a680b5135 100644
|
| --- a/net/spdy/hpack_encoder.h
|
| +++ b/net/spdy/hpack_encoder.h
|
| @@ -16,7 +16,7 @@
|
| namespace net {
|
|
|
| // An HpackEncoder encodes header sets as outlined in
|
| -// http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-04
|
| +// http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-05
|
| // .
|
| class NET_EXPORT_PRIVATE HpackEncoder {
|
| public:
|
|
|