Chromium Code Reviews| Index: net/http/http_transaction_unittest.h |
| diff --git a/net/http/http_transaction_unittest.h b/net/http/http_transaction_unittest.h |
| index ba35d5add923ded2a70a145d2423cd4da92cb711..980b90edeb4677ff9d1fd743b9390c50b9123900 100644 |
| --- a/net/http/http_transaction_unittest.h |
| +++ b/net/http/http_transaction_unittest.h |
| @@ -28,6 +28,7 @@ |
| namespace net { |
| class HttpRequestHeaders; |
| class IOBuffer; |
| +class QuicServerInfo; |
|
wtc
2014/01/24 02:30:00
We may not even need the forward declaration. It's
ramant (doing other things)
2014/01/24 22:19:14
Done.
|
| } |
| //----------------------------------------------------------------------------- |
| @@ -203,6 +204,9 @@ class MockNetworkTransaction |
| virtual net::UploadProgress GetUploadProgress() const OVERRIDE; |
| + virtual void SetQuicServerInfo( |
| + net::QuicServerInfo* quic_server_info) OVERRIDE {} |
| + |
| virtual bool GetLoadTimingInfo( |
| net::LoadTimingInfo* load_timing_info) const OVERRIDE; |