commit | d0cc35b709d89775928ed5e588914837f4ca6c6c | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Sep 08 12:02:05 2011 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Sep 08 12:02:05 2011 |
tree | 771160b2ed2406a42df207687af0c8ed7cc134d4 | |
parent | f5d75f7d779dbc8bdc234f24a0c5e0bad1df40b2 [diff] [blame] |
net: Rename URLRequestStatus::os_error_. BUG=92264 TEST=None [email protected] Review URL: http://codereview.chromium.org/7846007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100136 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/net/proxy/proxy_script_fetcher_impl.cc b/net/proxy/proxy_script_fetcher_impl.cc index 0c4bb6f..7025e72 100644 --- a/net/proxy/proxy_script_fetcher_impl.cc +++ b/net/proxy/proxy_script_fetcher_impl.cc
@@ -110,7 +110,7 @@ // Use |result_code_| as the request's error if we have already set it to // something specific. if (result_code_ == OK && !request->status().is_success()) - result_code_ = request->status().os_error(); + result_code_ = request->status().error(); FetchCompleted(); }