| Index: webrtc/rtc_base/task_queue.h
|
| diff --git a/webrtc/base/task_queue.h b/webrtc/rtc_base/task_queue.h
|
| similarity index 98%
|
| copy from webrtc/base/task_queue.h
|
| copy to webrtc/rtc_base/task_queue.h
|
| index 15b31aa71771c62390fd93e558daed2c4c28f180..4c43b23164dfbd77a4c771091c731af70a0a9fd2 100644
|
| --- a/webrtc/base/task_queue.h
|
| +++ b/webrtc/rtc_base/task_queue.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_TASK_QUEUE_H_
|
| -#define WEBRTC_BASE_TASK_QUEUE_H_
|
| +#ifndef WEBRTC_RTC_BASE_TASK_QUEUE_H_
|
| +#define WEBRTC_RTC_BASE_TASK_QUEUE_H_
|
|
|
| #include <list>
|
| #include <memory>
|
| @@ -303,4 +303,4 @@ class LOCKABLE TaskQueue {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_TASK_QUEUE_H_
|
| +#endif // WEBRTC_RTC_BASE_TASK_QUEUE_H_
|
|
|