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

Unified Diff: remoting/protocol/ice_config.cc

Issue 1825273002: Add more out of line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
Index: remoting/protocol/ice_config.cc
diff --git a/remoting/protocol/ice_config.cc b/remoting/protocol/ice_config.cc
index e8ce0fe70ab8c19f7448624c4a76e65c8918e2ce..4cd9a152f6beb85ef9cab17e8af09f46f9ec64f4 100644
--- a/remoting/protocol/ice_config.cc
+++ b/remoting/protocol/ice_config.cc
@@ -8,6 +8,7 @@ namespace remoting {
namespace protocol {
IceConfig::IceConfig() {}
+IceConfig::IceConfig(const IceConfig& other) = default;
IceConfig::~IceConfig() {}
} // namespace protocol

Powered by Google App Engine
This is Rietveld 408576698