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

Unified Diff: chrome/browser/sync/test/test_http_bridge_factory.h

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
Index: chrome/browser/sync/test/test_http_bridge_factory.h
diff --git a/chrome/browser/sync/test/test_http_bridge_factory.h b/chrome/browser/sync/test/test_http_bridge_factory.h
index ebfc5776b0e2fbaf71ac56cd7227f6c622b51505..ed47f2c91d0a15d6a490ff271e3e5139a471cae2 100644
--- a/chrome/browser/sync/test/test_http_bridge_factory.h
+++ b/chrome/browser/sync/test/test_http_bridge_factory.h
@@ -25,7 +25,7 @@ class TestHttpBridge : public sync_api::HttpPostProviderInterface {
int content_length,
const char* content) OVERRIDE {}
- virtual bool MakeSynchronousPost(int* os_error_code,
+ virtual bool MakeSynchronousPost(int* error_code,
int* response_code) OVERRIDE;
virtual int GetResponseContentLength() const OVERRIDE;
« no previous file with comments | « chrome/browser/sync/internal_api/syncapi_unittest.cc ('k') | chrome/browser/sync/test/test_http_bridge_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698