| Index: webrtc/rtc_base/network.h
|
| diff --git a/webrtc/base/network.h b/webrtc/rtc_base/network.h
|
| similarity index 99%
|
| copy from webrtc/base/network.h
|
| copy to webrtc/rtc_base/network.h
|
| index 34d6538c33c071245966d4f3184b3fcfce015889..17574f6001b7c33b47f602d48dd836b224992c1a 100644
|
| --- a/webrtc/base/network.h
|
| +++ b/webrtc/rtc_base/network.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_NETWORK_H_
|
| -#define WEBRTC_BASE_NETWORK_H_
|
| +#ifndef WEBRTC_RTC_BASE_NETWORK_H_
|
| +#define WEBRTC_RTC_BASE_NETWORK_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -431,4 +431,4 @@ class Network {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_NETWORK_H_
|
| +#endif // WEBRTC_RTC_BASE_NETWORK_H_
|
|
|