| Index: webrtc/rtc_base/natsocketfactory.h
|
| diff --git a/webrtc/base/natsocketfactory.h b/webrtc/rtc_base/natsocketfactory.h
|
| similarity index 97%
|
| copy from webrtc/base/natsocketfactory.h
|
| copy to webrtc/rtc_base/natsocketfactory.h
|
| index 6fad30c56027a48b8db1930b254c8d065a6a1cbc..c2f72a8483bcc0a4e46a1a03eeb06a5645ffe54d 100644
|
| --- a/webrtc/base/natsocketfactory.h
|
| +++ b/webrtc/rtc_base/natsocketfactory.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_NATSOCKETFACTORY_H_
|
| -#define WEBRTC_BASE_NATSOCKETFACTORY_H_
|
| +#ifndef WEBRTC_RTC_BASE_NATSOCKETFACTORY_H_
|
| +#define WEBRTC_RTC_BASE_NATSOCKETFACTORY_H_
|
|
|
| #include <string>
|
| #include <map>
|
| @@ -165,4 +165,4 @@ size_t UnpackAddressFromNAT(const char* buf, size_t buf_size,
|
| SocketAddress* remote_addr);
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_NATSOCKETFACTORY_H_
|
| +#endif // WEBRTC_RTC_BASE_NATSOCKETFACTORY_H_
|
|
|