| Index: webrtc/rtc_base/bufferqueue.h
|
| diff --git a/webrtc/base/bufferqueue.h b/webrtc/rtc_base/bufferqueue.h
|
| similarity index 93%
|
| copy from webrtc/base/bufferqueue.h
|
| copy to webrtc/rtc_base/bufferqueue.h
|
| index bc9fc842dbd5a91ced059b82fb0c2c26974c66b7..7db2c8cb5b8aacc1fba4655aba0cd8689d1eb12f 100644
|
| --- a/webrtc/base/bufferqueue.h
|
| +++ b/webrtc/rtc_base/bufferqueue.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_BUFFERQUEUE_H_
|
| -#define WEBRTC_BASE_BUFFERQUEUE_H_
|
| +#ifndef WEBRTC_RTC_BASE_BUFFERQUEUE_H_
|
| +#define WEBRTC_RTC_BASE_BUFFERQUEUE_H_
|
|
|
| #include <deque>
|
| #include <vector>
|
| @@ -58,4 +58,4 @@ class BufferQueue {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_BUFFERQUEUE_H_
|
| +#endif // WEBRTC_RTC_BASE_BUFFERQUEUE_H_
|
|
|