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

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: Updated location for peerconnection_unittests.isolate Created 4 years, 11 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
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 46e018ba77376c59804893c0d5a749ebed4a9c3e..5edf614401d0df78ab8bb09405ffcff4b1c294fa 100644
--- a/talk/app/webrtc/java/jni/classreferenceholder.h
+++ b/webrtc/api/java/jni/classreferenceholder.h
@@ -31,12 +31,12 @@
// 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 <string>
#include <map>
+#include <string>
namespace webrtc_jni {
@@ -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_

Powered by Google App Engine
This is Rietveld 408576698