| Index: webrtc/rtc_base/asyncpacketsocket.h
|
| diff --git a/webrtc/base/asyncpacketsocket.h b/webrtc/rtc_base/asyncpacketsocket.h
|
| similarity index 97%
|
| copy from webrtc/base/asyncpacketsocket.h
|
| copy to webrtc/rtc_base/asyncpacketsocket.h
|
| index a5409479511eda1edc8b667b264a891c801380fb..5a6c97ec7865a603cbad1757f1bceba5e1523efd 100644
|
| --- a/webrtc/base/asyncpacketsocket.h
|
| +++ b/webrtc/rtc_base/asyncpacketsocket.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_ASYNCPACKETSOCKET_H_
|
| -#define WEBRTC_BASE_ASYNCPACKETSOCKET_H_
|
| +#ifndef WEBRTC_RTC_BASE_ASYNCPACKETSOCKET_H_
|
| +#define WEBRTC_RTC_BASE_ASYNCPACKETSOCKET_H_
|
|
|
| #include "webrtc/base/constructormagic.h"
|
| #include "webrtc/base/dscp.h"
|
| @@ -140,4 +140,4 @@ class AsyncPacketSocket : public sigslot::has_slots<> {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_ASYNCPACKETSOCKET_H_
|
| +#endif // WEBRTC_RTC_BASE_ASYNCPACKETSOCKET_H_
|
|
|