Index: webrtc/modules/video_coding/packet_buffer.cc |
diff --git a/webrtc/modules/video_coding/packet_buffer.cc b/webrtc/modules/video_coding/packet_buffer.cc |
index 8b6de047ca5bb6aa3e7f542dacdd8f48cf6c5559..1031042581f55a0474211d1be83c51a58c70fab3 100644 |
--- a/webrtc/modules/video_coding/packet_buffer.cc |
+++ b/webrtc/modules/video_coding/packet_buffer.cc |
@@ -14,11 +14,11 @@ |
#include <limits> |
#include <utility> |
+#include "webrtc/base/atomicops.h" |
+#include "webrtc/base/checks.h" |
+#include "webrtc/base/logging.h" |
#include "webrtc/common_video/h264/h264_common.h" |
#include "webrtc/modules/video_coding/frame_object.h" |
-#include "webrtc/rtc_base/atomicops.h" |
-#include "webrtc/rtc_base/checks.h" |
-#include "webrtc/rtc_base/logging.h" |
#include "webrtc/system_wrappers/include/clock.h" |
namespace webrtc { |