Chromium Code Reviews| Index: webrtc/config.cc |
| diff --git a/webrtc/config.cc b/webrtc/config.cc |
| index f8e3602851c5640d57dc6e2f436f64f623ff6923..cb6dcb24a162c1c78025a4174673e99a8a04ec1a 100644 |
| --- a/webrtc/config.cc |
| +++ b/webrtc/config.cc |
| @@ -243,8 +243,4 @@ void VideoEncoderConfig::Vp9EncoderSpecificSettings::FillVideoCodecVp9( |
| *vp9_settings = specifics_; |
| } |
| -DecoderSpecificSettings::DecoderSpecificSettings() = default; |
| - |
| -DecoderSpecificSettings::~DecoderSpecificSettings() = default; |
| - |
| } // namespace webrtc |