Chromium Code Reviews| Index: net/spdy/hpack_string_util.h |
| diff --git a/net/spdy/hpack_string_util.h b/net/spdy/hpack_string_util.h |
| index 81e855729bba49f09cc721bba642920539c53125..9135f9047f995a1a660c8559f6d910a5058d6426 100644 |
| --- a/net/spdy/hpack_string_util.h |
| +++ b/net/spdy/hpack_string_util.h |
| @@ -11,7 +11,7 @@ |
| namespace net { |
| // All section references below are to |
| -// http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-06 |
| +// http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-07 |
| // A constant-time StringPiece comparison function, as suggested |
| // by section 6. |