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

Unified Diff: base/sys_byteorder.h

Issue 9614004: Avoid loading ws2_32.dll just to get htons() and friends. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make patch 87% less ugly by moving macro hacks closer to failing code. Created 8 years, 10 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 | « no previous file | crypto/p224.cc » ('j') | crypto/p224.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/sys_byteorder.h
diff --git a/base/sys_byteorder.h b/base/sys_byteorder.h
index 9fcdbba38703cbf0f6dbb43c65a8728ada79837d..05921dc1745abb3daa900ef391856005af57fda2 100644
--- a/base/sys_byteorder.h
+++ b/base/sys_byteorder.h
@@ -33,7 +33,6 @@
#include <byteswap.h>
#endif
-
namespace base {
// Returns a value with all bytes in |x| swapped, i.e. reverses the endianness.
« no previous file with comments | « no previous file | crypto/p224.cc » ('j') | crypto/p224.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698