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

Unified Diff: webrtc/sdk/android/src/jni/androidhistogram_jni.cc

Issue 2547483003: Move /webrtc/api/android files to /webrtc/sdk/android (Closed)
Patch Set: Move to api folder under Android instead of src Created 4 years 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/sdk/android/src/jni/OWNERS ('k') | webrtc/sdk/android/src/jni/androidmediacodeccommon.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sdk/android/src/jni/androidhistogram_jni.cc
diff --git a/webrtc/api/android/jni/androidhistogram_jni.cc b/webrtc/sdk/android/src/jni/androidhistogram_jni.cc
similarity index 88%
rename from webrtc/api/android/jni/androidhistogram_jni.cc
rename to webrtc/sdk/android/src/jni/androidhistogram_jni.cc
index 9ccd2b78ec6b17cb721e7a6f59014faaa96bcd1e..74ddcfbb58c596ceff97dfa9167c13845f64e70a 100644
--- a/webrtc/api/android/jni/androidhistogram_jni.cc
+++ b/webrtc/sdk/android/src/jni/androidhistogram_jni.cc
@@ -11,9 +11,9 @@
#include <map>
#include <memory>
-#include "webrtc/api/android/jni/classreferenceholder.h"
-#include "webrtc/api/android/jni/jni_helpers.h"
-#include "webrtc/api/android/jni/native_handle_impl.h"
+#include "webrtc/sdk/android/src/jni/classreferenceholder.h"
+#include "webrtc/sdk/android/src/jni/jni_helpers.h"
+#include "webrtc/sdk/android/src/jni/native_handle_impl.h"
#include "webrtc/system_wrappers/include/metrics.h"
// Enables collection of native histograms and creating them.
« no previous file with comments | « webrtc/sdk/android/src/jni/OWNERS ('k') | webrtc/sdk/android/src/jni/androidmediacodeccommon.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698