| Index: webrtc/rtc_base/natserver.h
|
| diff --git a/webrtc/base/natserver.h b/webrtc/rtc_base/natserver.h
|
| similarity index 97%
|
| copy from webrtc/base/natserver.h
|
| copy to webrtc/rtc_base/natserver.h
|
| index 460518bd2e40b5b54ec1a74e3416354e58cc2c2e..136cc0481871f95f3b09f623422c5f17d4753da4 100644
|
| --- a/webrtc/base/natserver.h
|
| +++ b/webrtc/rtc_base/natserver.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_NATSERVER_H_
|
| -#define WEBRTC_BASE_NATSERVER_H_
|
| +#ifndef WEBRTC_RTC_BASE_NATSERVER_H_
|
| +#define WEBRTC_RTC_BASE_NATSERVER_H_
|
|
|
| #include <map>
|
| #include <set>
|
| @@ -121,4 +121,4 @@ class NATServer : public sigslot::has_slots<> {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_NATSERVER_H_
|
| +#endif // WEBRTC_RTC_BASE_NATSERVER_H_
|
|
|