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