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

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

Issue 2326253002: Fix a type mistake in NetworkMonitor (Closed)
Patch Set: Fix a type mistake Created 4 years, 3 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/android/jni/androidnetworkmonitor_jni.h
diff --git a/webrtc/api/android/jni/androidnetworkmonitor_jni.h b/webrtc/api/android/jni/androidnetworkmonitor_jni.h
index f164986effad28c01a0d2eb14ccd8b7977e869aa..3ce6ff4be807fdbc41a46505c3cc4526538c4115 100644
--- a/webrtc/api/android/jni/androidnetworkmonitor_jni.h
+++ b/webrtc/api/android/jni/androidnetworkmonitor_jni.h
@@ -21,7 +21,7 @@
namespace webrtc_jni {
-typedef long NetworkHandle;
+typedef int64_t NetworkHandle;
// c++ equivalent of java NetworkMonitorAutoDetect.ConnectionType.
enum NetworkType {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698