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 f20e07ee3a5cc5a41881d5c4bb2ab1604a20bb0f..03b70d87883658a889078493c23dc727f8e8397a 100644 |
--- a/net/spdy/spdy_test_util_spdy2.h |
+++ b/net/spdy/spdy_test_util_spdy2.h |
@@ -373,12 +373,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_; |