Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(833)

Unified Diff: media/base/key_system_info.cc

Issue 1731403002: media: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/base/key_system_info.h ('k') | media/base/serial_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
}
« no previous file with comments | « media/base/key_system_info.h ('k') | media/base/serial_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698