| Index: net/spdy/spdy_network_transaction.h
|
| diff --git a/net/spdy/spdy_network_transaction.h b/net/spdy/spdy_network_transaction.h
|
| index ac9df0c1dfb359f740eb0be1b035c45171212248..12b055c7125128837f3c6385939e6a18274b746b 100644
|
| --- a/net/spdy/spdy_network_transaction.h
|
| +++ b/net/spdy/spdy_network_transaction.h
|
| @@ -52,9 +52,6 @@ class SpdyNetworkTransaction : public HttpTransaction {
|
| virtual LoadState GetLoadState() const;
|
| virtual uint64 GetUploadProgress() const;
|
|
|
| - // Provide access to the stream for testing.
|
| - friend class SpdyNetworkTransactionTest;
|
| -
|
| private:
|
| enum State {
|
| STATE_INIT_CONNECTION,
|
|
|