| Index: webrtc/test/call_test.h
 | 
| diff --git a/webrtc/test/call_test.h b/webrtc/test/call_test.h
 | 
| index cf024d9c65569c68d97f45100632f8fe5e108242..782898664e65a83b065522da29e463883b48f116 100644
 | 
| --- a/webrtc/test/call_test.h
 | 
| +++ b/webrtc/test/call_test.h
 | 
| @@ -31,8 +31,8 @@ class CallTest : public ::testing::Test {
 | 
|  
 | 
|    static const size_t kNumSsrcs = 3;
 | 
|  
 | 
| -  static const unsigned int kDefaultTimeoutMs;
 | 
| -  static const unsigned int kLongTimeoutMs;
 | 
| +  static const int kDefaultTimeoutMs;
 | 
| +  static const int kLongTimeoutMs;
 | 
|    static const uint8_t kSendPayloadType;
 | 
|    static const uint8_t kSendRtxPayloadType;
 | 
|    static const uint8_t kFakeSendPayloadType;
 | 
| 
 |