| Index: webrtc/rtc_base/bytebuffer.h
|
| diff --git a/webrtc/base/bytebuffer.h b/webrtc/rtc_base/bytebuffer.h
|
| similarity index 97%
|
| copy from webrtc/base/bytebuffer.h
|
| copy to webrtc/rtc_base/bytebuffer.h
|
| index 546c4478154816c6f928745a6520425a7377b1f9..b631ae1d4e0e6676e8f9d4e92c197b2950684f26 100644
|
| --- a/webrtc/base/bytebuffer.h
|
| +++ b/webrtc/rtc_base/bytebuffer.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_BYTEBUFFER_H_
|
| -#define WEBRTC_BASE_BYTEBUFFER_H_
|
| +#ifndef WEBRTC_RTC_BASE_BYTEBUFFER_H_
|
| +#define WEBRTC_RTC_BASE_BYTEBUFFER_H_
|
|
|
| #include <string>
|
|
|
| @@ -136,4 +136,4 @@ class ByteBufferReader : public ByteBuffer {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_BYTEBUFFER_H_
|
| +#endif // WEBRTC_RTC_BASE_BYTEBUFFER_H_
|
|
|