| Index: webrtc/rtc_base/swap_queue.h
|
| diff --git a/webrtc/base/swap_queue.h b/webrtc/rtc_base/swap_queue.h
|
| similarity index 98%
|
| copy from webrtc/base/swap_queue.h
|
| copy to webrtc/rtc_base/swap_queue.h
|
| index acb16b49a0d9850a0c1de2f4a69f0b4c5b24bb64..8c6527894ceab8dc313dddb42e6de9f2d4021b93 100644
|
| --- a/webrtc/base/swap_queue.h
|
| +++ b/webrtc/rtc_base/swap_queue.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_SWAP_QUEUE_H_
|
| -#define WEBRTC_BASE_SWAP_QUEUE_H_
|
| +#ifndef WEBRTC_RTC_BASE_SWAP_QUEUE_H_
|
| +#define WEBRTC_RTC_BASE_SWAP_QUEUE_H_
|
|
|
| #include <algorithm>
|
| #include <utility>
|
| @@ -208,4 +208,4 @@ class SwapQueue {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_BASE_SWAP_QUEUE_H_
|
| +#endif // WEBRTC_RTC_BASE_SWAP_QUEUE_H_
|
|
|