Index: net/spdy/spdy_headers_block_parser.h |
diff --git a/net/spdy/spdy_headers_block_parser.h b/net/spdy/spdy_headers_block_parser.h |
index 8e2db8b4ca48d1fdba2bd43b7cd7f9d67f53ce3e..60505913533f549c0efe6549d1a5dda077d0f0f3 100644 |
--- a/net/spdy/spdy_headers_block_parser.h |
+++ b/net/spdy/spdy_headers_block_parser.h |
@@ -19,12 +19,6 @@ |
namespace net { |
-namespace test { |
- |
-class SpdyHeadersBlockParserPeer; |
- |
-} // namespace test |
- |
// This class handles SPDY headers block bytes and parses out key-value pairs |
// as they arrive. This class is not thread-safe, and assumes that all headers |
// block bytes are processed in a single thread. |