| Index: net/socket_stream/socket_stream_job.h
|
| ===================================================================
|
| --- net/socket_stream/socket_stream_job.h (revision 207753)
|
| +++ net/socket_stream/socket_stream_job.h (working copy)
|
| @@ -49,10 +49,10 @@
|
| virtual SocketStream::UserData* GetUserData(const void* key) const;
|
| virtual void SetUserData(const void* key, SocketStream::UserData* data);
|
|
|
| - const URLRequestContext* context() const {
|
| + URLRequestContext* context() const {
|
| return socket_->context();
|
| }
|
| - void set_context(const URLRequestContext* context) {
|
| + void set_context(URLRequestContext* context) {
|
| socket_->set_context(context);
|
| }
|
|
|
|
|