Index: webrtc/sdk/android/src/jni/jni_helpers.h |
diff --git a/webrtc/sdk/android/src/jni/jni_helpers.h b/webrtc/sdk/android/src/jni/jni_helpers.h |
index bed56838d5e4757f322a8263952a606b84691b57..19b7741fb58633f1d0d288fceb024b71c7a661ad 100644 |
--- a/webrtc/sdk/android/src/jni/jni_helpers.h |
+++ b/webrtc/sdk/android/src/jni/jni_helpers.h |
@@ -17,9 +17,9 @@ |
#include <jni.h> |
#include <string> |
-#include "webrtc/base/constructormagic.h" |
-#include "webrtc/base/checks.h" |
-#include "webrtc/base/thread_checker.h" |
+#include "webrtc/rtc_base/checks.h" |
+#include "webrtc/rtc_base/constructormagic.h" |
+#include "webrtc/rtc_base/thread_checker.h" |
// Abort the process if |jni| has a Java exception pending. |
// This macros uses the comma operator to execute ExceptionDescribe |