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

Unified Diff: net/base/net_errors_posix.cc

Issue 761903003: Update from https://crrev.com/306655 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « net/base/net_errors.h ('k') | net/base/net_errors_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_errors_posix.cc
diff --git a/net/base/net_errors_posix.cc b/net/base/net_errors_posix.cc
index 751e4486c4a97f51dc9cdf28b7bd6efbe55e4b7b..a8573fdfc68c8877ad89f154b3edf4b7d1cafb79 100644
--- a/net/base/net_errors_posix.cc
+++ b/net/base/net_errors_posix.cc
@@ -14,7 +14,7 @@
namespace net {
-Error MapSystemError(int os_error) {
+Error MapSystemError(logging::SystemErrorCode os_error) {
if (os_error != 0)
DVLOG(2) << "Error " << os_error;
« no previous file with comments | « net/base/net_errors.h ('k') | net/base/net_errors_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698