Index: net/url_request/url_request.cc |
=================================================================== |
--- net/url_request/url_request.cc (revision 220928) |
+++ net/url_request/url_request.cc (working copy) |
@@ -453,7 +453,7 @@ |
job_->GetCharset(charset); |
} |
-int URLRequest::GetResponseCode() { |
+int URLRequest::GetResponseCode() const { |
DCHECK(job_.get()); |
return job_->GetResponseCode(); |
} |