| Index: webrtc/rtc_base/ipaddress.h
|
| diff --git a/webrtc/base/ipaddress.h b/webrtc/rtc_base/ipaddress.h
|
| similarity index 97%
|
| copy from webrtc/base/ipaddress.h
|
| copy to webrtc/rtc_base/ipaddress.h
|
| index ef1e3d817004813d837e8ae1234a175bc76887bd..e8a9f29d15c0b01dae6b81a141c899342f892046 100644
|
| --- a/webrtc/base/ipaddress.h
|
| +++ b/webrtc/rtc_base/ipaddress.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_IPADDRESS_H_
|
| -#define WEBRTC_BASE_IPADDRESS_H_
|
| +#ifndef WEBRTC_RTC_BASE_IPADDRESS_H_
|
| +#define WEBRTC_RTC_BASE_IPADDRESS_H_
|
|
|
| #if defined(WEBRTC_POSIX)
|
| #include <netinet/in.h>
|
| @@ -185,4 +185,4 @@ int CountIPMaskBits(IPAddress mask);
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_IPADDRESS_H_
|
| +#endif // WEBRTC_RTC_BASE_IPADDRESS_H_
|
|
|