| Index: net/spdy/spdy_test_util_spdy3.h
|
| diff --git a/net/spdy/spdy_test_util_spdy3.h b/net/spdy/spdy_test_util_spdy3.h
|
| index 2b11041000c49661fffcf86b7f13d55f3c6ee05b..3e180775fd40aa27bf737357fe0268c6efdcad53 100644
|
| --- a/net/spdy/spdy_test_util_spdy3.h
|
| +++ b/net/spdy/spdy_test_util_spdy3.h
|
| @@ -374,12 +374,10 @@ class SpdySessionDependencies {
|
| class SpdyURLRequestContext : public URLRequestContext {
|
| public:
|
| SpdyURLRequestContext();
|
| + virtual ~SpdyURLRequestContext();
|
|
|
| MockClientSocketFactory& socket_factory() { return socket_factory_; }
|
|
|
| - protected:
|
| - virtual ~SpdyURLRequestContext();
|
| -
|
| private:
|
| MockClientSocketFactory socket_factory_;
|
| net::URLRequestContextStorage storage_;
|
|
|