| Index: webrtc/rtc_base/asyncudpsocket.h
|
| diff --git a/webrtc/base/asyncudpsocket.h b/webrtc/rtc_base/asyncudpsocket.h
|
| similarity index 94%
|
| copy from webrtc/base/asyncudpsocket.h
|
| copy to webrtc/rtc_base/asyncudpsocket.h
|
| index e5535e0273bc1fb0b0d9a750ddb3e66417347089..bff70f14e6bd12c90724c7b71cb25233870701aa 100644
|
| --- a/webrtc/base/asyncudpsocket.h
|
| +++ b/webrtc/rtc_base/asyncudpsocket.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_ASYNCUDPSOCKET_H_
|
| -#define WEBRTC_BASE_ASYNCUDPSOCKET_H_
|
| +#ifndef WEBRTC_RTC_BASE_ASYNCUDPSOCKET_H_
|
| +#define WEBRTC_RTC_BASE_ASYNCUDPSOCKET_H_
|
|
|
| #include <memory>
|
|
|
| @@ -64,4 +64,4 @@ class AsyncUDPSocket : public AsyncPacketSocket {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_ASYNCUDPSOCKET_H_
|
| +#endif // WEBRTC_RTC_BASE_ASYNCUDPSOCKET_H_
|
|
|