| Index: net/spdy/spdy_websocket_stream.h
|
| ===================================================================
|
| --- net/spdy/spdy_websocket_stream.h (revision 149736)
|
| +++ net/spdy/spdy_websocket_stream.h (working copy)
|
| @@ -77,7 +77,7 @@
|
| virtual int OnResponseReceived(const SpdyHeaderBlock& response,
|
| base::Time response_time,
|
| int status) OVERRIDE;
|
| - virtual void OnDataReceived(const char* data, int length) OVERRIDE;
|
| + virtual int OnDataReceived(const char* data, int length) OVERRIDE;
|
| virtual void OnDataSent(int length) OVERRIDE;
|
| virtual void OnClose(int status) OVERRIDE;
|
|
|
|
|