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 85e6efb74e432f8229d43532671198eeccc2adcd..985702a98c73da8e4112b1a9f2ecb28dce54524a 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> |
@@ -378,4 +378,4 @@ using Buffer = BufferT<uint8_t>; |
} // namespace rtc |
-#endif // WEBRTC_BASE_BUFFER_H_ |
+#endif // WEBRTC_RTC_BASE_BUFFER_H_ |