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

Unified Diff: chrome/browser/sync/internal_api/syncapi_unittest.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
Index: chrome/browser/sync/internal_api/syncapi_unittest.cc
diff --git a/chrome/browser/sync/internal_api/syncapi_unittest.cc b/chrome/browser/sync/internal_api/syncapi_unittest.cc
index 77a44907034b071f3e1e442ed8f9daf2b89632d8..d4ea301687f30deb52d2e648de44feac3aacf436 100644
--- a/chrome/browser/sync/internal_api/syncapi_unittest.cc
+++ b/chrome/browser/sync/internal_api/syncapi_unittest.cc
@@ -658,7 +658,7 @@ class TestHttpPostProviderInterface : public HttpPostProviderInterface {
virtual void SetPostPayload(const char* content_type,
int content_length,
const char* content) OVERRIDE {}
- virtual bool MakeSynchronousPost(int* os_error_code, int* response_code)
+ virtual bool MakeSynchronousPost(int* error_code, int* response_code)
OVERRIDE {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698