Index: webrtc/rtc_base/bitbuffer.h |
diff --git a/webrtc/base/bitbuffer.h b/webrtc/rtc_base/bitbuffer.h |
similarity index 97% |
copy from webrtc/base/bitbuffer.h |
copy to webrtc/rtc_base/bitbuffer.h |
index b2baaa90958acb6414d356557789ffd8d0ffc022..bd5e5f84ccd7dc415efafc4374ce2bb95366b275 100644 |
--- a/webrtc/base/bitbuffer.h |
+++ b/webrtc/rtc_base/bitbuffer.h |
@@ -8,8 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_BASE_BITBUFFER_H_ |
-#define WEBRTC_BASE_BITBUFFER_H_ |
+#ifndef WEBRTC_RTC_BASE_BITBUFFER_H_ |
+#define WEBRTC_RTC_BASE_BITBUFFER_H_ |
#include <stdint.h> // For integer types. |
#include <stddef.h> // For size_t. |
@@ -123,4 +123,4 @@ class BitBufferWriter : public BitBuffer { |
} // namespace rtc |
-#endif // WEBRTC_BASE_BITBUFFER_H_ |
+#endif // WEBRTC_RTC_BASE_BITBUFFER_H_ |