| Index: net/base/net_util_linux.cc
|
| diff --git a/net/base/net_util_linux.cc b/net/base/net_util_linux.cc
|
| index c8b22936deed64f96d77e5d8096dd0d6cb1a1a4c..2e28b7d24bb302f089c965cba5523cec07be9b4e 100644
|
| --- a/net/base/net_util_linux.cc
|
| +++ b/net/base/net_util_linux.cc
|
| @@ -68,11 +68,7 @@ bool TryConvertNativeToNetIPAttributes(int native_attributes,
|
| namespace internal {
|
|
|
| inline const unsigned char* GetIPAddressData(const IPAddressNumber& ip) {
|
| -#if defined(OS_ANDROID)
|
| - return ip.begin();
|
| -#else
|
| return ip.data();
|
| -#endif
|
| }
|
|
|
| // Gets the connection type for interface |ifname| by checking for wireless
|
|
|