Chromium Code Reviews| Index: media/base/key_system_info.cc |
| diff --git a/media/base/key_system_info.cc b/media/base/key_system_info.cc |
| index f36104ab120fc4e3f376a30a887f00b7d74f20ac..da3586d7f4ac25a1a66d1269651742aa3cbe8e26 100644 |
| --- a/media/base/key_system_info.cc |
| +++ b/media/base/key_system_info.cc |
| @@ -9,6 +9,8 @@ namespace media { |
| KeySystemInfo::KeySystemInfo() { |
| } |
| +KeySystemInfo::KeySystemInfo(const KeySystemInfo& other) = default; |
| + |
| KeySystemInfo::~KeySystemInfo() { |
| } |