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

Unified Diff: webrtc/api/java/jni/jni_helpers.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/eglbase_jni.cc ('k') | webrtc/api/java/jni/jni_helpers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/java/jni/jni_helpers.h
diff --git a/talk/app/webrtc/java/jni/jni_helpers.h b/webrtc/api/java/jni/jni_helpers.h
similarity index 97%
rename from talk/app/webrtc/java/jni/jni_helpers.h
rename to webrtc/api/java/jni/jni_helpers.h
index 374962be496b64e9461a9e39c831f7d4487d3446..5498158b2f9f8f9907f38adb4b997e464566dead 100644
--- a/talk/app/webrtc/java/jni/jni_helpers.h
+++ b/webrtc/api/java/jni/jni_helpers.h
@@ -29,8 +29,8 @@
// This file contain convenience functions and classes for JNI.
// Before using any of the methods, InitGlobalJniVariables must be called.
-#ifndef TALK_APP_WEBRTC_JAVA_JNI_JNI_HELPERS_H_
-#define TALK_APP_WEBRTC_JAVA_JNI_JNI_HELPERS_H_
+#ifndef WEBRTC_API_JAVA_JNI_JNI_HELPERS_H_
+#define WEBRTC_API_JAVA_JNI_JNI_HELPERS_H_
#include <jni.h>
#include <string>
@@ -143,4 +143,4 @@ class ScopedGlobalRef {
} // namespace webrtc_jni
-#endif // TALK_APP_WEBRTC_JAVA_JNI_JNI_HELPERS_H_
+#endif // WEBRTC_API_JAVA_JNI_JNI_HELPERS_H_
« no previous file with comments | « webrtc/api/java/jni/eglbase_jni.cc ('k') | webrtc/api/java/jni/jni_helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698