| 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 11d2e6263b4894fc1c0184a156d03d14f8fdcd31..0b6c4e9648bb83bcfe80d72dea81b3248d24d0d2 100644
|
| --- a/net/spdy/spdy_test_util_spdy3.h
|
| +++ b/net/spdy/spdy_test_util_spdy3.h
|
| @@ -375,12 +375,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_;
|
|
|