| Index: webrtc/rtc_base/byteorder.h
|
| diff --git a/webrtc/base/byteorder.h b/webrtc/rtc_base/byteorder.h
|
| similarity index 97%
|
| copy from webrtc/base/byteorder.h
|
| copy to webrtc/rtc_base/byteorder.h
|
| index d0cfa5e48e5b1a8751b09fe0946467327b7cf452..d188f3126a6ba576e321b53db9a2fe51a4ab9b48 100644
|
| --- a/webrtc/base/byteorder.h
|
| +++ b/webrtc/rtc_base/byteorder.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_BYTEORDER_H_
|
| -#define WEBRTC_BASE_BYTEORDER_H_
|
| +#ifndef WEBRTC_RTC_BASE_BYTEORDER_H_
|
| +#define WEBRTC_RTC_BASE_BYTEORDER_H_
|
|
|
| #if defined(WEBRTC_POSIX) && !defined(__native_client__)
|
| #include <arpa/inet.h>
|
| @@ -175,4 +175,4 @@ inline uint64_t NetworkToHost64(uint64_t n) {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_BYTEORDER_H_
|
| +#endif // WEBRTC_RTC_BASE_BYTEORDER_H_
|
|
|