Chromium Code Reviews| 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. |