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

Unified Diff: webrtc/api/java/jni/classreferenceholder.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/androidvideocapturer_jni.cc ('k') | webrtc/api/java/jni/classreferenceholder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/java/jni/classreferenceholder.h
diff --git a/talk/app/webrtc/java/jni/classreferenceholder.h b/webrtc/api/java/jni/classreferenceholder.h
similarity index 93%
rename from talk/app/webrtc/java/jni/classreferenceholder.h
rename to webrtc/api/java/jni/classreferenceholder.h
index f345c1dbd3e2e8f9e7b152a8dccb22406afde55b..5edf614401d0df78ab8bb09405ffcff4b1c294fa 100644
--- a/talk/app/webrtc/java/jni/classreferenceholder.h
+++ b/webrtc/api/java/jni/classreferenceholder.h
@@ -31,8 +31,8 @@
// stack. Consequently, we only look up all classes once in app/webrtc.
// http://developer.android.com/training/articles/perf-jni.html#faq_FindClass
-#ifndef TALK_APP_WEBRTC_JAVA_JNI_CLASSREFERENCEHOLDER_H_
-#define TALK_APP_WEBRTC_JAVA_JNI_CLASSREFERENCEHOLDER_H_
+#ifndef WEBRTC_API_JAVA_JNI_CLASSREFERENCEHOLDER_H_
+#define WEBRTC_API_JAVA_JNI_CLASSREFERENCEHOLDER_H_
#include <jni.h>
#include <map>
@@ -56,4 +56,4 @@ jclass FindClass(JNIEnv* jni, const char* name);
} // namespace webrtc_jni
-#endif // TALK_APP_WEBRTC_JAVA_JNI_CLASSREFERENCEHOLDER_H_
+#endif // WEBRTC_API_JAVA_JNI_CLASSREFERENCEHOLDER_H_
« no previous file with comments | « webrtc/api/java/jni/androidvideocapturer_jni.cc ('k') | webrtc/api/java/jni/classreferenceholder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698