| Index: webrtc/test/call_test.h
|
| diff --git a/webrtc/test/call_test.h b/webrtc/test/call_test.h
|
| index e7b75d6671c7f95b694c92755931d06fcc550420..215d8aa431cbaa3277e8e6fb3527ea1355d35f0f 100644
|
| --- a/webrtc/test/call_test.h
|
| +++ b/webrtc/test/call_test.h
|
| @@ -57,6 +57,7 @@ class CallTest : public ::testing::Test {
|
| static const uint32_t kReceiverLocalVideoSsrc;
|
| static const uint32_t kReceiverLocalAudioSsrc;
|
| static const int kNackRtpHistoryMs;
|
| + static const uint8_t kDefaultKeepalivePayloadType;
|
| static const std::map<uint8_t, MediaType> payload_type_map_;
|
|
|
| protected:
|
|
|