Index: webrtc/api/java/jni/native_handle_impl.cc |
diff --git a/webrtc/api/android/jni/native_handle_impl.cc b/webrtc/api/java/jni/native_handle_impl.cc |
similarity index 98% |
rename from webrtc/api/android/jni/native_handle_impl.cc |
rename to webrtc/api/java/jni/native_handle_impl.cc |
index f5076d62112654af696596a6b9296c1a30ed2eb1..eb71088f96d9fb769e4b10ff387326e37f9c47b7 100644 |
--- a/webrtc/api/android/jni/native_handle_impl.cc |
+++ b/webrtc/api/java/jni/native_handle_impl.cc |
@@ -8,11 +8,11 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/api/android/jni/native_handle_impl.h" |
+#include "webrtc/api/java/jni/native_handle_impl.h" |
#include <memory> |
-#include "webrtc/api/android/jni/jni_helpers.h" |
+#include "webrtc/api/java/jni/jni_helpers.h" |
#include "webrtc/base/bind.h" |
#include "webrtc/base/checks.h" |
#include "webrtc/base/keep_ref_until_done.h" |