Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5385)

Unified Diff: chrome_frame/test/url_request_test.cc

Issue 7846007: net: Rename URLRequestStatus::os_error_. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix os_error_code Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/renderer/chrome_render_process_observer.cc ('k') | chrome_frame/urlmon_url_request_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/url_request_test.cc
diff --git a/chrome_frame/test/url_request_test.cc b/chrome_frame/test/url_request_test.cc
index ab90f4777225e3f09ee41433689f8f1c2449a3aa..86093b674953441d9a9e3b52947b85391abfdc23 100644
--- a/chrome_frame/test/url_request_test.cc
+++ b/chrome_frame/test/url_request_test.cc
@@ -189,7 +189,7 @@ TEST(UrlmonUrlRequestTest, UnreachableUrl) {
.WillOnce(QUIT_LOOP_SOON(loop, 2));
EXPECT_CALL(mock, OnResponseEnd(1, testing::Property(
- &net::URLRequestStatus::os_error,
+ &net::URLRequestStatus::error,
net::ERR_TUNNEL_CONNECTION_FAILED)))
.Times(testing::AtMost(1));
« no previous file with comments | « chrome/renderer/chrome_render_process_observer.cc ('k') | chrome_frame/urlmon_url_request_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698