diff options
Diffstat (limited to 'net/url_request/url_request_http_job.cc')
-rw-r--r-- | net/url_request/url_request_http_job.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/url_request/url_request_http_job.cc b/net/url_request/url_request_http_job.cc index 90a06a7..c0a2080 100644 --- a/net/url_request/url_request_http_job.cc +++ b/net/url_request/url_request_http_job.cc @@ -182,7 +182,7 @@ bool URLRequestHttpJob::GetResponseCookies( return true; } -int URLRequestHttpJob::GetResponseCode() { +int URLRequestHttpJob::GetResponseCode() const { DCHECK(transaction_.get()); if (!response_info_) |