Index: net/spdy/buffered_spdy_framer.h |
diff --git a/net/spdy/buffered_spdy_framer.h b/net/spdy/buffered_spdy_framer.h |
index b10f46fa4e86cae6fd2397c662acd5451d1720cc..91d91469019c981b392e37a9a8ff53db250f043a 100644 |
--- a/net/spdy/buffered_spdy_framer.h |
+++ b/net/spdy/buffered_spdy_framer.h |
@@ -24,7 +24,7 @@ class NET_EXPORT_PRIVATE BufferedSpdyFramerVisitorInterface { |
virtual ~BufferedSpdyFramerVisitorInterface() {} |
// Called if an error is detected in the SpdyFrame protocol. |
- virtual void OnError(int error_code) = 0; |
+ virtual void OnError(SpdyFramer::SpdyError error_code) = 0; |
// Called if an error is detected in a SPDY stream. |
virtual void OnStreamError(SpdyStreamId stream_id, |