Index: webrtc/rtc_base/task_queue_posix.h |
diff --git a/webrtc/base/task_queue_posix.h b/webrtc/rtc_base/task_queue_posix.h |
similarity index 84% |
copy from webrtc/base/task_queue_posix.h |
copy to webrtc/rtc_base/task_queue_posix.h |
index b677b78a38cfb68de2c314bbc54c9ef64d58d82f..cab2009a224d79ad5b52b3efa08a95d5435c092b 100644 |
--- a/webrtc/base/task_queue_posix.h |
+++ b/webrtc/rtc_base/task_queue_posix.h |
@@ -8,8 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_BASE_TASK_QUEUE_POSIX_H_ |
-#define WEBRTC_BASE_TASK_QUEUE_POSIX_H_ |
+#ifndef WEBRTC_RTC_BASE_TASK_QUEUE_POSIX_H_ |
+#define WEBRTC_RTC_BASE_TASK_QUEUE_POSIX_H_ |
#include <pthread.h> |
@@ -33,4 +33,4 @@ pthread_key_t GetQueuePtrTls(); |
} // namespace internal |
} // namespace rtc |
-#endif // WEBRTC_BASE_TASK_QUEUE_POSIX_H_ |
+#endif // WEBRTC_RTC_BASE_TASK_QUEUE_POSIX_H_ |