| Index: webrtc/rtc_base/nethelpers.h
|
| diff --git a/webrtc/base/nethelpers.h b/webrtc/rtc_base/nethelpers.h
|
| similarity index 93%
|
| copy from webrtc/base/nethelpers.h
|
| copy to webrtc/rtc_base/nethelpers.h
|
| index b0727f861b6a2910b225b839447e21d02911bc74..2d34f2df1f220c6d56a7fc9589f2284e63c9321b 100644
|
| --- a/webrtc/base/nethelpers.h
|
| +++ b/webrtc/rtc_base/nethelpers.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_NETHELPERS_H_
|
| -#define WEBRTC_BASE_NETHELPERS_H_
|
| +#ifndef WEBRTC_RTC_BASE_NETHELPERS_H_
|
| +#define WEBRTC_RTC_BASE_NETHELPERS_H_
|
|
|
| #if defined(WEBRTC_POSIX)
|
| #include <netdb.h>
|
| @@ -63,4 +63,4 @@ bool HasIPv4Enabled();
|
| bool HasIPv6Enabled();
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_NETHELPERS_H_
|
| +#endif // WEBRTC_RTC_BASE_NETHELPERS_H_
|
|
|