Index: webrtc/sdk/android/src/jni/native_handle_impl.cc |
diff --git a/webrtc/sdk/android/src/jni/native_handle_impl.cc b/webrtc/sdk/android/src/jni/native_handle_impl.cc |
index ae4de0b3bc462a0d43ac022f78a2b21ef57e6237..e2f3c9cd633882686503f85d2bafeaae204b5bbc 100644 |
--- a/webrtc/sdk/android/src/jni/native_handle_impl.cc |
+++ b/webrtc/sdk/android/src/jni/native_handle_impl.cc |
@@ -12,13 +12,13 @@ |
#include <memory> |
-#include "webrtc/base/bind.h" |
-#include "webrtc/base/checks.h" |
-#include "webrtc/base/keep_ref_until_done.h" |
-#include "webrtc/base/logging.h" |
-#include "webrtc/base/scoped_ref_ptr.h" |
-#include "webrtc/base/timeutils.h" |
#include "webrtc/common_video/include/video_frame_buffer.h" |
+#include "webrtc/rtc_base/bind.h" |
+#include "webrtc/rtc_base/checks.h" |
+#include "webrtc/rtc_base/keep_ref_until_done.h" |
+#include "webrtc/rtc_base/logging.h" |
+#include "webrtc/rtc_base/scoped_ref_ptr.h" |
+#include "webrtc/rtc_base/timeutils.h" |
#include "webrtc/sdk/android/src/jni/classreferenceholder.h" |
#include "webrtc/sdk/android/src/jni/jni_helpers.h" |
#include "webrtc/system_wrappers/include/aligned_malloc.h" |