| Index: webrtc/modules/rtp_rtcp/test/testFec/average_residual_loss_xor_codes.h
|
| diff --git a/webrtc/modules/rtp_rtcp/test/testFec/average_residual_loss_xor_codes.h b/webrtc/modules/rtp_rtcp/test/testFec/average_residual_loss_xor_codes.h
|
| index 80e2310ac3fba4c27106299e717da55d6e15a02f..6c233bba1753989a36070231249afc7eae55e6a1 100644
|
| --- a/webrtc/modules/rtp_rtcp/test/testFec/average_residual_loss_xor_codes.h
|
| +++ b/webrtc/modules/rtp_rtcp/test/testFec/average_residual_loss_xor_codes.h
|
| @@ -10,7 +10,7 @@
|
| #ifndef WEBRTC_MODULES_RTP_RTCP_TEST_TESTFEC_AVERAGE_RESIDUAL_LOSS_XOR_CODES_H_
|
| #define WEBRTC_MODULES_RTP_RTCP_TEST_TESTFEC_AVERAGE_RESIDUAL_LOSS_XOR_CODES_H_
|
|
|
| -namespace {
|
| +namespace webrtc {
|
|
|
| // Maximum number of media packets allowed in this test. The burst mask types
|
| // are currently defined up to (kMaxMediaPacketsTest, kMaxMediaPacketsTest).
|
| @@ -187,5 +187,5 @@ const float kMaxResidualLossBurstyMask[kNumberCodes] = {
|
| 0.009657f
|
| };
|
|
|
| -} // namespace
|
| +} // namespace webrtc
|
| #endif // WEBRTC_MODULES_RTP_RTCP_TEST_TESTFEC_AVERAGE_RESIDUAL_LOSS_XOR_CODES_H_
|
|
|