| Index: webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.h
 | 
| diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.h b/webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.h
 | 
| index 19d5b42b5574116b3526cb3b1991fb25e3514bd8..3339ddce7bbe875bfd3d8c2699d8515ccd6c1d27 100644
 | 
| --- a/webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.h
 | 
| +++ b/webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.h
 | 
| @@ -28,7 +28,7 @@ class Sdes : public RtcpPacket {
 | 
|      uint32_t ssrc;
 | 
|      std::string cname;
 | 
|    };
 | 
| -  static const uint8_t kPacketType = 202;
 | 
| +  static constexpr uint8_t kPacketType = 202;
 | 
|  
 | 
|    Sdes();
 | 
|    ~Sdes() override;
 | 
| 
 |