| Index: webrtc/rtc_base/nattypes.h
|
| diff --git a/webrtc/base/nattypes.h b/webrtc/rtc_base/nattypes.h
|
| similarity index 91%
|
| copy from webrtc/base/nattypes.h
|
| copy to webrtc/rtc_base/nattypes.h
|
| index 27e4b2f4575ef9d7c24a716bbe23daeead2cebf4..cc846c039e616acb0404a0f8c8cbf53f43f3bbec 100644
|
| --- a/webrtc/base/nattypes.h
|
| +++ b/webrtc/rtc_base/nattypes.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_NATTYPE_H__
|
| -#define WEBRTC_BASE_NATTYPE_H__
|
| +#ifndef WEBRTC_RTC_BASE_NATTYPES_H_
|
| +#define WEBRTC_RTC_BASE_NATTYPES_H_
|
|
|
| namespace rtc {
|
|
|
| @@ -44,4 +44,4 @@ public:
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_NATTYPE_H__
|
| +#endif // WEBRTC_RTC_BASE_NATTYPES_H_
|
|
|