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();
 }