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

Unified Diff: webrtc/modules/audio_device/android/jvm_android.cc

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.cc
diff --git a/webrtc/modules/utility/source/jvm_android.cc b/webrtc/modules/audio_device/android/jvm_android.cc
similarity index 99%
rename from webrtc/modules/utility/source/jvm_android.cc
rename to webrtc/modules/audio_device/android/jvm_android.cc
index 9d08688700748b0fce3f0defbd3e9b7810448e60..832f86983b5cdfe7d74ece2708a028cbd1c8458e 100644
--- a/webrtc/modules/utility/source/jvm_android.cc
+++ b/webrtc/modules/audio_device/android/jvm_android.cc
@@ -12,7 +12,7 @@
#include <memory>
-#include "webrtc/modules/utility/include/jvm_android.h"
+#include "webrtc/modules/audio_device/android/jvm_android.h"
#include "webrtc/base/checks.h"

Powered by Google App Engine
This is Rietveld 408576698