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

Unified Diff: webrtc/sdk/android/src/jni/jni_helpers.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
« no previous file with comments | « webrtc/sdk/android/src/jni/classreferenceholder.cc ('k') | webrtc/sdk/android/src/jni/jni_helpers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sdk/android/src/jni/jni_helpers.h
diff --git a/webrtc/api/android/jni/jni_helpers.h b/webrtc/sdk/android/src/jni/jni_helpers.h
similarity index 97%
copy from webrtc/api/android/jni/jni_helpers.h
copy to webrtc/sdk/android/src/jni/jni_helpers.h
index 2832df14b3be71cb0ec7cd6d363a4ce6d417bd4f..91f0a41a36dcd1eb597939b6bc57ef9a82c0a9d4 100644
--- a/webrtc/api/android/jni/jni_helpers.h
+++ b/webrtc/sdk/android/src/jni/jni_helpers.h
@@ -11,8 +11,8 @@
// This file contain convenience functions and classes for JNI.
// Before using any of the methods, InitGlobalJniVariables must be called.
-#ifndef WEBRTC_API_JAVA_JNI_JNI_HELPERS_H_
-#define WEBRTC_API_JAVA_JNI_JNI_HELPERS_H_
+#ifndef WEBRTC_SDK_ANDROID_SRC_JNI_JNI_HELPERS_H_
+#define WEBRTC_SDK_ANDROID_SRC_JNI_JNI_HELPERS_H_
#include <jni.h>
#include <string>
@@ -188,4 +188,4 @@ class Iterable {
} // namespace webrtc_jni
-#endif // WEBRTC_API_JAVA_JNI_JNI_HELPERS_H_
+#endif // WEBRTC_SDK_ANDROID_SRC_JNI_JNI_HELPERS_H_
« no previous file with comments | « webrtc/sdk/android/src/jni/classreferenceholder.cc ('k') | webrtc/sdk/android/src/jni/jni_helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698