Index: webrtc/rtc_base/bytebuffer.cc |
diff --git a/webrtc/rtc_base/bytebuffer.cc b/webrtc/rtc_base/bytebuffer.cc |
index 859c123f025e9d4fda52bada23807c55455b8577..6bee27fa2922cb6aba7c6e5ff067006644b79e0a 100644 |
--- a/webrtc/rtc_base/bytebuffer.cc |
+++ b/webrtc/rtc_base/bytebuffer.cc |
@@ -8,14 +8,14 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/base/bytebuffer.h" |
+#include "webrtc/rtc_base/bytebuffer.h" |
#include <string.h> |
#include <algorithm> |
-#include "webrtc/base/basictypes.h" |
-#include "webrtc/base/byteorder.h" |
+#include "webrtc/rtc_base/basictypes.h" |
+#include "webrtc/rtc_base/byteorder.h" |
namespace rtc { |