| Index: webrtc/rtc_base/asynctcpsocket.h
|
| diff --git a/webrtc/base/asynctcpsocket.h b/webrtc/rtc_base/asynctcpsocket.h
|
| similarity index 96%
|
| copy from webrtc/base/asynctcpsocket.h
|
| copy to webrtc/rtc_base/asynctcpsocket.h
|
| index 2e4ff9aaa7a0f9d20a708a5f629a08b9319b3fa0..cf764560fc4d5f147744c869ef1032b2f6a2f644 100644
|
| --- a/webrtc/base/asynctcpsocket.h
|
| +++ b/webrtc/rtc_base/asynctcpsocket.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_ASYNCTCPSOCKET_H_
|
| -#define WEBRTC_BASE_ASYNCTCPSOCKET_H_
|
| +#ifndef WEBRTC_RTC_BASE_ASYNCTCPSOCKET_H_
|
| +#define WEBRTC_RTC_BASE_ASYNCTCPSOCKET_H_
|
|
|
| #include <memory>
|
|
|
| @@ -105,4 +105,4 @@ class AsyncTCPSocket : public AsyncTCPSocketBase {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_ASYNCTCPSOCKET_H_
|
| +#endif // WEBRTC_RTC_BASE_ASYNCTCPSOCKET_H_
|
|
|