Chromium Code Reviews| Index: media/base/key_system_info.h |
| diff --git a/media/base/key_system_info.h b/media/base/key_system_info.h |
| index 0fb52094d102cef2152bba4aac763210202d95ea..908361512389949562484e60913b77c53cba2cdc 100644 |
| --- a/media/base/key_system_info.h |
| +++ b/media/base/key_system_info.h |
| @@ -34,6 +34,7 @@ namespace media { |
| // the corresponding CDM. |
| struct MEDIA_EXPORT KeySystemInfo { |
| KeySystemInfo(); |
| + KeySystemInfo(const KeySystemInfo& other); |
| ~KeySystemInfo(); |
| std::string key_system; |