| Index: net/url_request/url_request.h
|
| diff --git a/net/url_request/url_request.h b/net/url_request/url_request.h
|
| index 1d2c5a28df930201a2c62ef10f40210fade434ad..e87d817352574c9951801d789d435143ed352dbc 100644
|
| --- a/net/url_request/url_request.h
|
| +++ b/net/url_request/url_request.h
|
| @@ -608,7 +608,7 @@ class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe) {
|
|
|
| // This method is intended only for unit tests, but it is being used by
|
| // unit tests outside of net :(.
|
| - URLRequestJob* job() { return job_; }
|
| + URLRequestJob* job() { return job_.get(); }
|
|
|
| protected:
|
| // Allow the URLRequestJob class to control the is_pending() flag.
|
|
|