Index: webrtc/sdk/android/src/jni/jni_helpers.h |
diff --git a/webrtc/api/android/jni/jni_helpers.h b/webrtc/sdk/android/src/jni/jni_helpers.h |
similarity index 97% |
copy from webrtc/api/android/jni/jni_helpers.h |
copy to webrtc/sdk/android/src/jni/jni_helpers.h |
index 2832df14b3be71cb0ec7cd6d363a4ce6d417bd4f..91f0a41a36dcd1eb597939b6bc57ef9a82c0a9d4 100644 |
--- a/webrtc/api/android/jni/jni_helpers.h |
+++ b/webrtc/sdk/android/src/jni/jni_helpers.h |
@@ -11,8 +11,8 @@ |
// This file contain convenience functions and classes for JNI. |
// Before using any of the methods, InitGlobalJniVariables must be called. |
-#ifndef WEBRTC_API_JAVA_JNI_JNI_HELPERS_H_ |
-#define WEBRTC_API_JAVA_JNI_JNI_HELPERS_H_ |
+#ifndef WEBRTC_SDK_ANDROID_SRC_JNI_JNI_HELPERS_H_ |
+#define WEBRTC_SDK_ANDROID_SRC_JNI_JNI_HELPERS_H_ |
#include <jni.h> |
#include <string> |
@@ -188,4 +188,4 @@ class Iterable { |
} // namespace webrtc_jni |
-#endif // WEBRTC_API_JAVA_JNI_JNI_HELPERS_H_ |
+#endif // WEBRTC_SDK_ANDROID_SRC_JNI_JNI_HELPERS_H_ |