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

Unified Diff: webrtc/api/android/jni/androidvideotracksource.h

Issue 2514383002: Move androidvideotracksource from api under api/android/jni. (Closed)
Patch Set: Created 4 years, 1 month 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/android/jni/OWNERS ('k') | webrtc/api/android/jni/androidvideotracksource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/android/jni/androidvideotracksource.h
diff --git a/webrtc/api/androidvideotracksource.h b/webrtc/api/android/jni/androidvideotracksource.h
similarity index 94%
rename from webrtc/api/androidvideotracksource.h
rename to webrtc/api/android/jni/androidvideotracksource.h
index 4dc921aee30989125a21f3baea1479c4d6c56a1a..be8da956a059cc51de8f054569cd221c4608dc97 100644
--- a/webrtc/api/androidvideotracksource.h
+++ b/webrtc/api/android/jni/androidvideotracksource.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_API_ANDROIDVIDEOTRACKSOURCE_H_
-#define WEBRTC_API_ANDROIDVIDEOTRACKSOURCE_H_
+#ifndef WEBRTC_API_ANDROID_JNI_ANDROIDVIDEOTRACKSOURCE_H_
+#define WEBRTC_API_ANDROID_JNI_ANDROIDVIDEOTRACKSOURCE_H_
#include "webrtc/api/android/jni/native_handle_impl.h"
#include "webrtc/api/android/jni/surfacetexturehelper_jni.h"
@@ -81,4 +81,4 @@ class AndroidVideoTrackSource : public rtc::AdaptedVideoTrackSource {
} // namespace webrtc
-#endif // WEBRTC_API_ANDROIDVIDEOTRACKSOURCE_H_
+#endif // WEBRTC_API_ANDROID_JNI_ANDROIDVIDEOTRACKSOURCE_H_
« no previous file with comments | « webrtc/api/android/jni/OWNERS ('k') | webrtc/api/android/jni/androidvideotracksource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698