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

Unified Diff: webrtc/api/java/jni/eglbase_jni.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/classreferenceholder.cc ('k') | webrtc/api/java/jni/eglbase_jni.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/java/jni/eglbase_jni.h
diff --git a/talk/app/webrtc/java/jni/eglbase_jni.h b/webrtc/api/java/jni/eglbase_jni.h
similarity index 93%
rename from talk/app/webrtc/java/jni/eglbase_jni.h
rename to webrtc/api/java/jni/eglbase_jni.h
index 1015d90b925d0afe35284ec5b348a02174aedf87..de7e39e70a0ab2485df042c45e92c1c28e5a278b 100644
--- a/talk/app/webrtc/java/jni/eglbase_jni.h
+++ b/webrtc/api/java/jni/eglbase_jni.h
@@ -26,8 +26,8 @@
*
*/
-#ifndef TALK_APP_WEBRTC_JAVA_JNI_EGLBASE_JNI_H_
-#define TALK_APP_WEBRTC_JAVA_JNI_EGLBASE_JNI_H_
+#ifndef WEBRTC_API_JAVA_JNI_EGLBASE_JNI_H_
+#define WEBRTC_API_JAVA_JNI_EGLBASE_JNI_H_
#include <jni.h>
@@ -57,4 +57,4 @@ class EglBase {
} // namespace webrtc_jni
-#endif // TALK_APP_WEBRTC_JAVA_JNI_EGLBASE_JNI_H_
+#endif // WEBRTC_API_JAVA_JNI_EGLBASE_JNI_H_
« no previous file with comments | « webrtc/api/java/jni/classreferenceholder.cc ('k') | webrtc/api/java/jni/eglbase_jni.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698