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

Unified Diff: webrtc/p2p/base/port.h

Issue 2224323002: Compilerwarning possible loss of data in file port.h (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Compilerwarning possible loss of data in file port.h Created 4 years, 2 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/p2p/base/port.h
diff --git a/webrtc/p2p/base/port.h b/webrtc/p2p/base/port.h
index 2acea42f68ff354f705e83466393304849441034..3c84a14efd8627282081bdb5ac82a4492a3568a5 100644
--- a/webrtc/p2p/base/port.h
+++ b/webrtc/p2p/base/port.h
@@ -528,7 +528,7 @@ class Connection : public CandidatePairInterface,
remote_ice_mode_ = mode;
}
- void set_receiving_timeout(int64_t receiving_timeout_ms) {
+ void set_receiving_timeout(int receiving_timeout_ms) {
receiving_timeout_ = receiving_timeout_ms;
}
« 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