Chromium Code Reviews| Index: webrtc/api/peerconnectionendtoend_unittest.cc |
| diff --git a/webrtc/api/peerconnectionendtoend_unittest.cc b/webrtc/api/peerconnectionendtoend_unittest.cc |
| index 95369b15c0823a0bbb81f6e517780711f94d2c1d..40bb437494d6445265aa8d21f9d32bfe3f1ebe83 100644 |
| --- a/webrtc/api/peerconnectionendtoend_unittest.cc |
| +++ b/webrtc/api/peerconnectionendtoend_unittest.cc |
| @@ -38,7 +38,7 @@ using webrtc::PeerConnectionInterface; |
| namespace { |
| -const size_t kMaxWait = 10000; |
| +const int kMaxWait = 10000; |
| } // namespace |