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

Unified Diff: webrtc/modules/audio_device/android/helpers_android.h

Issue 2533573002: Move ADM specific Android files into modules/audio_device/android/ (Closed)
Patch Set: re-add dep 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
Index: webrtc/modules/audio_device/android/helpers_android.h
diff --git a/webrtc/modules/utility/include/helpers_android.h b/webrtc/modules/audio_device/android/helpers_android.h
similarity index 91%
rename from webrtc/modules/utility/include/helpers_android.h
rename to webrtc/modules/audio_device/android/helpers_android.h
index 2840ca965ea24a2f90837edd1b5440097caa91a0..5833497f38b7eee8074a9337ad445be64c11ced2 100644
--- a/webrtc/modules/utility/include/helpers_android.h
+++ b/webrtc/modules/audio_device/android/helpers_android.h
@@ -8,12 +8,14 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_MODULES_UTILITY_INCLUDE_HELPERS_ANDROID_H_
-#define WEBRTC_MODULES_UTILITY_INCLUDE_HELPERS_ANDROID_H_
+#ifndef WEBRTC_MODULES_AUDIO_DEVICE_ANDROID_HELPERS_ANDROID_H_
henrika_webrtc 2016/11/25 12:12:11 Lots of Android here...
the sun 2016/11/25 19:29:53 Yes, it looks like the internals of ADM for Androi
+#define WEBRTC_MODULES_AUDIO_DEVICE_ANDROID_HELPERS_ANDROID_H_
#include <jni.h>
#include <string>
+#include "webrtc/base/checks.h"
+
// Abort the process if |jni| has a Java exception pending.
// TODO(henrika): merge with CHECK_JNI_EXCEPTION() in jni_helpers.h.
#define CHECK_EXCEPTION(jni) \
@@ -84,4 +86,4 @@ class ScopedGlobalRef {
} // namespace webrtc
-#endif // WEBRTC_MODULES_UTILITY_INCLUDE_HELPERS_ANDROID_H_
+#endif // WEBRTC_MODULES_AUDIO_DEVICE_ANDROID_HELPERS_ANDROID_H_

Powered by Google App Engine
This is Rietveld 408576698