Index: webrtc/test/fake_network_pipe.h |
diff --git a/webrtc/test/fake_network_pipe.h b/webrtc/test/fake_network_pipe.h |
index 1af63b074983a35746b1a364ab00eea91b708f75..5d589d86f049a486f8f8e47c7fc618f197384692 100644 |
--- a/webrtc/test/fake_network_pipe.h |
+++ b/webrtc/test/fake_network_pipe.h |
@@ -82,7 +82,7 @@ class FakeNetworkPipe { |
// Statistics. |
size_t dropped_packets_; |
size_t sent_packets_; |
- int total_packet_delay_; |
+ int64_t total_packet_delay_; |
int64_t next_process_time_; |