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

Unified Diff: webrtc/modules/audio_device/android/jvm_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/jvm_android.h
diff --git a/webrtc/modules/utility/include/jvm_android.h b/webrtc/modules/audio_device/android/jvm_android.h
similarity index 96%
rename from webrtc/modules/utility/include/jvm_android.h
rename to webrtc/modules/audio_device/android/jvm_android.h
index 51a0bd841a12d27a9d3af892e6a899659ba23dc3..0620ad31bb1b6527f74bd0edb7f935cfc89deab8 100644
--- a/webrtc/modules/utility/include/jvm_android.h
+++ b/webrtc/modules/audio_device/android/jvm_android.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_MODULES_UTILITY_INCLUDE_JVM_ANDROID_H_
-#define WEBRTC_MODULES_UTILITY_INCLUDE_JVM_ANDROID_H_
+#ifndef WEBRTC_MODULES_AUDIO_DEVICE_ANDROID_JVM_ANDROID_H_
+#define WEBRTC_MODULES_AUDIO_DEVICE_ANDROID_JVM_ANDROID_H_
#include <jni.h>
@@ -17,7 +17,7 @@
#include <string>
#include "webrtc/base/thread_checker.h"
-#include "webrtc/modules/utility/include/helpers_android.h"
+#include "webrtc/modules/audio_device/android/helpers_android.h"
namespace webrtc {
@@ -184,4 +184,4 @@ class JVM {
} // namespace webrtc
-#endif // WEBRTC_MODULES_UTILITY_INCLUDE_JVM_ANDROID_H_
+#endif // WEBRTC_MODULES_AUDIO_DEVICE_ANDROID_JVM_ANDROID_H_

Powered by Google App Engine
This is Rietveld 408576698