Index: webrtc/rtc_base/asyncsocket.h |
diff --git a/webrtc/base/asyncsocket.h b/webrtc/rtc_base/asyncsocket.h |
similarity index 96% |
copy from webrtc/base/asyncsocket.h |
copy to webrtc/rtc_base/asyncsocket.h |
index 6dc41b67f484f2b5c175b936f7f165e1179b5b6a..3aa5d76a89687947cd9bd4f4cdc566967e2c6d0a 100644 |
--- a/webrtc/base/asyncsocket.h |
+++ b/webrtc/rtc_base/asyncsocket.h |
@@ -8,8 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_BASE_ASYNCSOCKET_H_ |
-#define WEBRTC_BASE_ASYNCSOCKET_H_ |
+#ifndef WEBRTC_RTC_BASE_ASYNCSOCKET_H_ |
+#define WEBRTC_RTC_BASE_ASYNCSOCKET_H_ |
#include "webrtc/base/sigslot.h" |
#include "webrtc/base/socket.h" |
@@ -80,4 +80,4 @@ class AsyncSocketAdapter : public AsyncSocket, public sigslot::has_slots<> { |
} // namespace rtc |
-#endif // WEBRTC_BASE_ASYNCSOCKET_H_ |
+#endif // WEBRTC_RTC_BASE_ASYNCSOCKET_H_ |