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

Unified Diff: webrtc/api/java/jni/native_handle_impl.h

Issue 1610243002: Move talk/app/webrtc to webrtc/api (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed processing of api.gyp for Chromium builds Created 4 years, 10 months 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/api/java/jni/jni_onload.cc ('k') | webrtc/api/java/jni/native_handle_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/java/jni/native_handle_impl.h
diff --git a/talk/app/webrtc/java/jni/native_handle_impl.h b/webrtc/api/java/jni/native_handle_impl.h
similarity index 94%
rename from talk/app/webrtc/java/jni/native_handle_impl.h
rename to webrtc/api/java/jni/native_handle_impl.h
index 1d0f601d0d94410a88a68b17c1e91d415ae01119..4203bdf402b9ea3dddec74f4e0fd5301210883a7 100644
--- a/talk/app/webrtc/java/jni/native_handle_impl.h
+++ b/webrtc/api/java/jni/native_handle_impl.h
@@ -26,8 +26,8 @@
*
*/
-#ifndef TALK_APP_WEBRTC_JAVA_JNI_NATIVE_HANDLE_IMPL_H_
-#define TALK_APP_WEBRTC_JAVA_JNI_NATIVE_HANDLE_IMPL_H_
+#ifndef WEBRTC_API_JAVA_JNI_NATIVE_HANDLE_IMPL_H_
+#define WEBRTC_API_JAVA_JNI_NATIVE_HANDLE_IMPL_H_
#include <jni.h>
@@ -74,4 +74,4 @@ class AndroidTextureBuffer : public webrtc::NativeHandleBuffer {
} // namespace webrtc_jni
-#endif // TALK_APP_WEBRTC_JAVA_JNI_NATIVE_HANDLE_IMPL_H_
+#endif // WEBRTC_API_JAVA_JNI_NATIVE_HANDLE_IMPL_H_
« no previous file with comments | « webrtc/api/java/jni/jni_onload.cc ('k') | webrtc/api/java/jni/native_handle_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698