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

Unified Diff: webrtc/sdk/android/src/jni/classreferenceholder.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
Index: webrtc/sdk/android/src/jni/classreferenceholder.h
diff --git a/webrtc/api/android/jni/classreferenceholder.h b/webrtc/sdk/android/src/jni/classreferenceholder.h
similarity index 88%
copy from webrtc/api/android/jni/classreferenceholder.h
copy to webrtc/sdk/android/src/jni/classreferenceholder.h
index 41202780d05e9f40b223036b33294fc7f3ab6339..f3e1f6978818589a4adb6108b2a6386a5aa1d47c 100644
--- a/webrtc/api/android/jni/classreferenceholder.h
+++ b/webrtc/sdk/android/src/jni/classreferenceholder.h
@@ -13,8 +13,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 WEBRTC_API_JAVA_JNI_CLASSREFERENCEHOLDER_H_
-#define WEBRTC_API_JAVA_JNI_CLASSREFERENCEHOLDER_H_
+#ifndef WEBRTC_SDK_ANDROID_SRC_JNI_CLASSREFERENCEHOLDER_H_
+#define WEBRTC_SDK_ANDROID_SRC_JNI_CLASSREFERENCEHOLDER_H_
#include <jni.h>
#include <map>
@@ -38,4 +38,4 @@ jclass FindClass(JNIEnv* jni, const char* name);
} // namespace webrtc_jni
-#endif // WEBRTC_API_JAVA_JNI_CLASSREFERENCEHOLDER_H_
+#endif // WEBRTC_SDK_ANDROID_SRC_JNI_CLASSREFERENCEHOLDER_H_
« no previous file with comments | « webrtc/sdk/android/src/jni/androidvideotracksource_jni.cc ('k') | webrtc/sdk/android/src/jni/classreferenceholder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698