| Index: net/spdy/spdy_test_util_spdy2.h
|
| diff --git a/net/spdy/spdy_test_util_spdy2.h b/net/spdy/spdy_test_util_spdy2.h
|
| index 2dcd999e7b114615de2ee5e3602957e41b42a02b..b770c60eec8fcc55310411f72938b2210930792c 100644
|
| --- a/net/spdy/spdy_test_util_spdy2.h
|
| +++ b/net/spdy/spdy_test_util_spdy2.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_;
|
|
|