Index: webrtc/rtc_base/physicalsocketserver.h |
diff --git a/webrtc/base/physicalsocketserver.h b/webrtc/rtc_base/physicalsocketserver.h |
similarity index 98% |
copy from webrtc/base/physicalsocketserver.h |
copy to webrtc/rtc_base/physicalsocketserver.h |
index dec37c256cdf8a4302c4aa3022aa70d610b49146..55433bde5643a291ac79ee4221f06f48d3e4ca97 100644 |
--- a/webrtc/base/physicalsocketserver.h |
+++ b/webrtc/rtc_base/physicalsocketserver.h |
@@ -8,8 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_BASE_PHYSICALSOCKETSERVER_H__ |
-#define WEBRTC_BASE_PHYSICALSOCKETSERVER_H__ |
+#ifndef WEBRTC_RTC_BASE_PHYSICALSOCKETSERVER_H_ |
+#define WEBRTC_RTC_BASE_PHYSICALSOCKETSERVER_H_ |
#if defined(WEBRTC_POSIX) && defined(WEBRTC_LINUX) |
#include <sys/epoll.h> |
@@ -267,4 +267,4 @@ class SocketDispatcher : public Dispatcher, public PhysicalSocket { |
} // namespace rtc |
-#endif // WEBRTC_BASE_PHYSICALSOCKETSERVER_H__ |
+#endif // WEBRTC_RTC_BASE_PHYSICALSOCKETSERVER_H_ |