| Index: net/url_request/url_request_context_getter.h
|
| diff --git a/net/url_request/url_request_context_getter.h b/net/url_request/url_request_context_getter.h
|
| index 4c8e4af55c3b8257044c480ec8fb124a2b530515..235f210117d4607755129ac7feb97f615ec62663 100644
|
| --- a/net/url_request/url_request_context_getter.h
|
| +++ b/net/url_request/url_request_context_getter.h
|
| @@ -29,8 +29,8 @@ class NET_EXPORT URLRequestContextGetter
|
| // Returns a SingleThreadTaskRunner corresponding to the thread on
|
| // which the network IO happens (the thread on which the returned
|
| // net::URLRequestContext may be used).
|
| - virtual scoped_refptr<base::SingleThreadTaskRunner>
|
| - GetNetworkTaskRunner() const = 0;
|
| + virtual scoped_refptr<base::SingleThreadTaskRunner> GetNetworkTaskRunner()
|
| + const = 0;
|
|
|
| protected:
|
| friend class base::RefCountedThreadSafe<URLRequestContextGetter,
|
|
|