| 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;
|
| }
|
|
|
|
|