Index: webrtc/api/java/jni/jni_helpers.h |
diff --git a/talk/app/webrtc/java/jni/jni_helpers.h b/webrtc/api/java/jni/jni_helpers.h |
similarity index 97% |
rename from talk/app/webrtc/java/jni/jni_helpers.h |
rename to webrtc/api/java/jni/jni_helpers.h |
index 374962be496b64e9461a9e39c831f7d4487d3446..5498158b2f9f8f9907f38adb4b997e464566dead 100644 |
--- a/talk/app/webrtc/java/jni/jni_helpers.h |
+++ b/webrtc/api/java/jni/jni_helpers.h |
@@ -29,8 +29,8 @@ |
// This file contain convenience functions and classes for JNI. |
// Before using any of the methods, InitGlobalJniVariables must be called. |
-#ifndef TALK_APP_WEBRTC_JAVA_JNI_JNI_HELPERS_H_ |
-#define TALK_APP_WEBRTC_JAVA_JNI_JNI_HELPERS_H_ |
+#ifndef WEBRTC_API_JAVA_JNI_JNI_HELPERS_H_ |
+#define WEBRTC_API_JAVA_JNI_JNI_HELPERS_H_ |
#include <jni.h> |
#include <string> |
@@ -143,4 +143,4 @@ class ScopedGlobalRef { |
} // namespace webrtc_jni |
-#endif // TALK_APP_WEBRTC_JAVA_JNI_JNI_HELPERS_H_ |
+#endif // WEBRTC_API_JAVA_JNI_JNI_HELPERS_H_ |