Index: net/base/net_util_posix.cc |
diff --git a/net/base/net_util_posix.cc b/net/base/net_util_posix.cc |
index a2fa6cdf2ce7c1c871c4415911fe04c6b2d51602..fd7c306d84ac30c3a2bca99fcc9d0275622cb21b 100644 |
--- a/net/base/net_util_posix.cc |
+++ b/net/base/net_util_posix.cc |
@@ -185,11 +185,7 @@ namespace internal { |
#if !defined(OS_MACOSX) && !defined(OS_NACL) |
inline const unsigned char* GetIPAddressData(const IPAddressNumber& ip) { |
-#if defined(OS_ANDROID) |
- return ip.begin(); |
-#else |
return ip.data(); |
-#endif |
} |
bool GetNetworkListImpl( |