Index: webrtc/rtc_base/platform_thread_types.h |
diff --git a/webrtc/base/platform_thread_types.h b/webrtc/rtc_base/platform_thread_types.h |
similarity index 84% |
copy from webrtc/base/platform_thread_types.h |
copy to webrtc/rtc_base/platform_thread_types.h |
index 546fffd96dbc9cf3e26b8da1c6119634597ecff2..705d6ca1eb082715dcb961cd83c084ce920f079c 100644 |
--- a/webrtc/base/platform_thread_types.h |
+++ b/webrtc/rtc_base/platform_thread_types.h |
@@ -8,8 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_BASE_PLATFORM_THREAD_TYPES_H_ |
-#define WEBRTC_BASE_PLATFORM_THREAD_TYPES_H_ |
+#ifndef WEBRTC_RTC_BASE_PLATFORM_THREAD_TYPES_H_ |
+#define WEBRTC_RTC_BASE_PLATFORM_THREAD_TYPES_H_ |
#if defined(WEBRTC_WIN) |
#include <winsock2.h> |
@@ -29,4 +29,4 @@ typedef pthread_t PlatformThreadRef; |
#endif |
} // namespace rtc |
-#endif // WEBRTC_BASE_PLATFORM_THREAD_TYPES_H_ |
+#endif // WEBRTC_RTC_BASE_PLATFORM_THREAD_TYPES_H_ |