| Index: net/test/spawner_communicator.h
|
| diff --git a/net/test/spawner_communicator.h b/net/test/spawner_communicator.h
|
| index 42afb41c6547b78cc8c70d96908f0cdb8d3af993..061324de799f68e658d48db4f39f90dd79ab6372 100644
|
| --- a/net/test/spawner_communicator.h
|
| +++ b/net/test/spawner_communicator.h
|
| @@ -135,6 +135,8 @@ class SpawnerCommunicator : public net::URLRequest::Delegate {
|
| // outstanding tasks when |this| is deleted.
|
| base::WeakPtrFactory<SpawnerCommunicator> weak_factory_;
|
|
|
| + scoped_ptr<URLRequestContext> context_;
|
| +
|
| // The current (in progress) request, or NULL.
|
| scoped_ptr<URLRequest> cur_request_;
|
|
|
| @@ -147,4 +149,3 @@ class SpawnerCommunicator : public net::URLRequest::Delegate {
|
| } // namespace net
|
|
|
| #endif // NET_TEST_SPAWNER_COMMUNICATOR_H_
|
| -
|
|
|