Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Unified Diff: webrtc/sdk/android/src/jni/surfacetexturehelper_jni.h

Issue 2547483003: Move /webrtc/api/android files to /webrtc/sdk/android (Closed)
Patch Set: Move to api folder under Android instead of src Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/sdk/android/src/jni/surfacetexturehelper_jni.h
diff --git a/webrtc/api/android/jni/surfacetexturehelper_jni.h b/webrtc/sdk/android/src/jni/surfacetexturehelper_jni.h
similarity index 88%
rename from webrtc/api/android/jni/surfacetexturehelper_jni.h
rename to webrtc/sdk/android/src/jni/surfacetexturehelper_jni.h
index 5a28edc874ec012c5c8946f8ed9a334ec185e8b7..deea41475e93963466ddcd4652d6e6f3a282c4aa 100644
--- a/webrtc/api/android/jni/surfacetexturehelper_jni.h
+++ b/webrtc/sdk/android/src/jni/surfacetexturehelper_jni.h
@@ -8,13 +8,13 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_API_JAVA_JNI_SURFACETEXTUREHELPER_JNI_H_
-#define WEBRTC_API_JAVA_JNI_SURFACETEXTUREHELPER_JNI_H_
+#ifndef WEBRTC_SDK_ANDROID_SRC_JNI_SURFACETEXTUREHELPER_JNI_H_
+#define WEBRTC_SDK_ANDROID_SRC_JNI_SURFACETEXTUREHELPER_JNI_H_
#include <jni.h>
-#include "webrtc/api/android/jni/jni_helpers.h"
-#include "webrtc/api/android/jni/native_handle_impl.h"
+#include "webrtc/sdk/android/src/jni/jni_helpers.h"
+#include "webrtc/sdk/android/src/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"
@@ -65,4 +65,4 @@ class SurfaceTextureHelper : public rtc::RefCountInterface {
} // namespace webrtc_jni
-#endif // WEBRTC_API_JAVA_JNI_SURFACETEXTUREHELPER_JNI_H_
+#endif // WEBRTC_SDK_ANDROID_SRC_JNI_SURFACETEXTUREHELPER_JNI_H_
« no previous file with comments | « webrtc/sdk/android/src/jni/peerconnection_jni.cc ('k') | webrtc/sdk/android/src/jni/surfacetexturehelper_jni.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698