| Index: webrtc/rtc_base/copyonwritebuffer.h
|
| diff --git a/webrtc/base/copyonwritebuffer.h b/webrtc/rtc_base/copyonwritebuffer.h
|
| similarity index 98%
|
| copy from webrtc/base/copyonwritebuffer.h
|
| copy to webrtc/rtc_base/copyonwritebuffer.h
|
| index fe3f5619d131fb428d3f71c78122a284baa1d8e6..d0cdafb34cd8676e75cb62efbf8a1ac73a98a185 100644
|
| --- a/webrtc/base/copyonwritebuffer.h
|
| +++ b/webrtc/rtc_base/copyonwritebuffer.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_COPYONWRITEBUFFER_H_
|
| -#define WEBRTC_BASE_COPYONWRITEBUFFER_H_
|
| +#ifndef WEBRTC_RTC_BASE_COPYONWRITEBUFFER_H_
|
| +#define WEBRTC_RTC_BASE_COPYONWRITEBUFFER_H_
|
|
|
| #include <algorithm>
|
| #include <utility>
|
| @@ -238,4 +238,4 @@ class CopyOnWriteBuffer {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_COPYONWRITEBUFFER_H_
|
| +#endif // WEBRTC_RTC_BASE_COPYONWRITEBUFFER_H_
|
|
|