Index: webrtc/sdk/android/src/jni/androidmediacodeccommon.h |
diff --git a/webrtc/api/android/jni/androidmediacodeccommon.h b/webrtc/sdk/android/src/jni/androidmediacodeccommon.h |
similarity index 92% |
rename from webrtc/api/android/jni/androidmediacodeccommon.h |
rename to webrtc/sdk/android/src/jni/androidmediacodeccommon.h |
index a7c5eaa03d920973e75ac1e57958b4f7ba11fc98..9f8e9603360cd26aef40cafa4a93cd449029bb53 100644 |
--- a/webrtc/api/android/jni/androidmediacodeccommon.h |
+++ b/webrtc/sdk/android/src/jni/androidmediacodeccommon.h |
@@ -8,15 +8,15 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_API_JAVA_JNI_ANDROIDMEDIACODECCOMMON_H_ |
-#define WEBRTC_API_JAVA_JNI_ANDROIDMEDIACODECCOMMON_H_ |
+#ifndef WEBRTC_SDK_ANDROID_SRC_JNI_ANDROIDMEDIACODECCOMMON_H_ |
+#define WEBRTC_SDK_ANDROID_SRC_JNI_ANDROIDMEDIACODECCOMMON_H_ |
#include <android/log.h> |
#include <string> |
#include "webrtc/base/thread.h" |
-#include "webrtc/api/android/jni/classreferenceholder.h" |
-#include "webrtc/api/android/jni/jni_helpers.h" |
+#include "webrtc/sdk/android/src/jni/classreferenceholder.h" |
+#include "webrtc/sdk/android/src/jni/jni_helpers.h" |
#include "webrtc/base/logging.h" |
#include "webrtc/base/thread.h" |
@@ -94,4 +94,4 @@ static inline bool CheckException(JNIEnv* jni) { |
} // namespace webrtc_jni |
-#endif // WEBRTC_API_JAVA_JNI_ANDROIDMEDIACODECCOMMON_H_ |
+#endif // WEBRTC_SDK_ANDROID_SRC_JNI_ANDROIDMEDIACODECCOMMON_H_ |