Index: webrtc/api/java/jni/surfacetexturehelper_jni.h |
diff --git a/talk/app/webrtc/java/jni/surfacetexturehelper_jni.h b/webrtc/api/java/jni/surfacetexturehelper_jni.h |
similarity index 91% |
rename from talk/app/webrtc/java/jni/surfacetexturehelper_jni.h |
rename to webrtc/api/java/jni/surfacetexturehelper_jni.h |
index 8dde2b54edc05e940f4bb661152cbd8b43598854..8953b0249b67485a5a3ad3b18eba5c951139a345 100644 |
--- a/talk/app/webrtc/java/jni/surfacetexturehelper_jni.h |
+++ b/webrtc/api/java/jni/surfacetexturehelper_jni.h |
@@ -26,13 +26,13 @@ |
* |
*/ |
-#ifndef TALK_APP_WEBRTC_JAVA_JNI_SURFACETEXTUREHELPER_JNI_H_ |
-#define TALK_APP_WEBRTC_JAVA_JNI_SURFACETEXTUREHELPER_JNI_H_ |
+#ifndef WEBRTC_API_JAVA_JNI_SURFACETEXTUREHELPER_JNI_H_ |
+#define WEBRTC_API_JAVA_JNI_SURFACETEXTUREHELPER_JNI_H_ |
#include <jni.h> |
-#include "talk/app/webrtc/java/jni/jni_helpers.h" |
-#include "talk/app/webrtc/java/jni/native_handle_impl.h" |
+#include "webrtc/api/java/jni/jni_helpers.h" |
+#include "webrtc/api/java/jni/native_handle_impl.h" |
#include "webrtc/base/refcount.h" |
#include "webrtc/base/scoped_ref_ptr.h" |
#include "webrtc/common_video/include/video_frame_buffer.h" |
@@ -76,4 +76,4 @@ class SurfaceTextureHelper : public rtc::RefCountInterface { |
} // namespace webrtc_jni |
-#endif // TALK_APP_WEBRTC_JAVA_JNI_SURFACETEXTUREHELPER_JNI_H_ |
+#endif // WEBRTC_API_JAVA_JNI_SURFACETEXTUREHELPER_JNI_H_ |