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

Unified Diff: webrtc/sdk/android/src/jni/native_handle_impl.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
« no previous file with comments | « webrtc/sdk/android/src/jni/jni_onload.cc ('k') | webrtc/sdk/android/src/jni/native_handle_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sdk/android/src/jni/native_handle_impl.h
diff --git a/webrtc/api/android/jni/native_handle_impl.h b/webrtc/sdk/android/src/jni/native_handle_impl.h
similarity index 93%
rename from webrtc/api/android/jni/native_handle_impl.h
rename to webrtc/sdk/android/src/jni/native_handle_impl.h
index 0d0153281eac1480a5dd07190cc117b6d976d5d1..d8fb153d38aa88d06e492ca501d456349cd99fd6 100644
--- a/webrtc/api/android/jni/native_handle_impl.h
+++ b/webrtc/sdk/android/src/jni/native_handle_impl.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_API_JAVA_JNI_NATIVE_HANDLE_IMPL_H_
-#define WEBRTC_API_JAVA_JNI_NATIVE_HANDLE_IMPL_H_
+#ifndef WEBRTC_SDK_ANDROID_SRC_JNI_NATIVE_HANDLE_IMPL_H_
+#define WEBRTC_SDK_ANDROID_SRC_JNI_NATIVE_HANDLE_IMPL_H_
#include <jni.h>
@@ -84,4 +84,4 @@ class AndroidTextureBuffer : public webrtc::NativeHandleBuffer {
} // namespace webrtc_jni
-#endif // WEBRTC_API_JAVA_JNI_NATIVE_HANDLE_IMPL_H_
+#endif // WEBRTC_SDK_ANDROID_SRC_JNI_NATIVE_HANDLE_IMPL_H_
« no previous file with comments | « webrtc/sdk/android/src/jni/jni_onload.cc ('k') | webrtc/sdk/android/src/jni/native_handle_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698