summaryrefslogtreecommitdiffstats
path: root/net/socket_stream/socket_stream_job.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/socket_stream/socket_stream_job.h')
-rw-r--r--net/socket_stream/socket_stream_job.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/socket_stream/socket_stream_job.h b/net/socket_stream/socket_stream_job.h
index 6253499..973c20a 100644
--- a/net/socket_stream/socket_stream_job.h
+++ b/net/socket_stream/socket_stream_job.h
@@ -42,10 +42,10 @@ class SocketStreamJob : public base::RefCountedThreadSafe<SocketStreamJob> {
virtual SocketStream::UserData* GetUserData(const void* key) const;
virtual void SetUserData(const void* key, SocketStream::UserData* data);
- net::URLRequestContext* context() const {
+ URLRequestContext* context() const {
return socket_->context();
}
- void set_context(net::URLRequestContext* context) {
+ void set_context(URLRequestContext* context) {
socket_->set_context(context);
}