Index: net/spdy/spdy_test_util_common.cc |
diff --git a/net/spdy/spdy_test_util_common.cc b/net/spdy/spdy_test_util_common.cc |
index 2b3a5516812364602aad92ca3bd24b4c6e364e68..42faf0df1b988befb3370471569d8aeb398980bf 100644 |
--- a/net/spdy/spdy_test_util_common.cc |
+++ b/net/spdy/spdy_test_util_common.cc |
@@ -809,8 +809,8 @@ SpdyFrame* SpdyTestUtil::ConstructSpdyControlFrame( |
SpdyFrameType type, |
SpdyControlFlags flags, |
SpdyStreamId associated_stream_id) const { |
- EXPECT_GE(type, FIRST_CONTROL_TYPE); |
- EXPECT_LE(type, LAST_CONTROL_TYPE); |
+ EXPECT_GE(type, DATA); |
+ EXPECT_LE(type, PRIORITY); |
const SpdyHeaderInfo header_info = { |
type, |
stream_id, |