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

Unified Diff: native_client_sdk/src/build_tools/debug_server/debug_stub/transport_common.cc

Issue 9716020: Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & ntohX() in Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 8 years, 9 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 | « jingle/notifier/base/chrome_async_socket_unittest.cc ('k') | net/base/host_resolver_proc.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/build_tools/debug_server/debug_stub/transport_common.cc
diff --git a/native_client_sdk/src/build_tools/debug_server/debug_stub/transport_common.cc b/native_client_sdk/src/build_tools/debug_server/debug_stub/transport_common.cc
index 4d442f09cb02cc8673626e2a765ebfb0036adff1..7043d5c437d31f8835c47288b07f983c86de8b09 100644
--- a/native_client_sdk/src/build_tools/debug_server/debug_stub/transport_common.cc
+++ b/native_client_sdk/src/build_tools/debug_server/debug_stub/transport_common.cc
@@ -291,4 +291,3 @@ void ITransport::Free(ITransport* itrans) {
}
} // namespace port
-
« no previous file with comments | « jingle/notifier/base/chrome_async_socket_unittest.cc ('k') | net/base/host_resolver_proc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698