| Index: webrtc/rtc_base/buffer.h
|
| diff --git a/webrtc/base/buffer.h b/webrtc/rtc_base/buffer.h
|
| similarity index 99%
|
| copy from webrtc/base/buffer.h
|
| copy to webrtc/rtc_base/buffer.h
|
| index ecc4b2321d42c30e1a0fa836824620c84ad62966..171d1ea24212018227ee67cc884587c345826319 100644
|
| --- a/webrtc/base/buffer.h
|
| +++ b/webrtc/rtc_base/buffer.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_BUFFER_H_
|
| -#define WEBRTC_BASE_BUFFER_H_
|
| +#ifndef WEBRTC_RTC_BASE_BUFFER_H_
|
| +#define WEBRTC_RTC_BASE_BUFFER_H_
|
|
|
| #include <algorithm>
|
| #include <cstring>
|
| @@ -380,4 +380,4 @@ using Buffer = BufferT<uint8_t>;
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_BUFFER_H_
|
| +#endif // WEBRTC_RTC_BASE_BUFFER_H_
|
|
|