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

Unified Diff: remoting/protocol/ice_config.h

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
« no previous file with comments | « remoting/protocol/client_authentication_config.cc ('k') | remoting/protocol/ice_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/ice_config.h
diff --git a/remoting/protocol/ice_config.h b/remoting/protocol/ice_config.h
index 6daff0c2c36d9f1f139ce18f85ea845b74911a6f..c04915a0049526270ed70dc8aa89bdc50bdb8a4e 100644
--- a/remoting/protocol/ice_config.h
+++ b/remoting/protocol/ice_config.h
@@ -17,6 +17,7 @@ namespace protocol {
struct IceConfig {
IceConfig();
+ IceConfig(const IceConfig& other);
~IceConfig();
bool is_null() const { return expiration_time.is_null(); }
« no previous file with comments | « remoting/protocol/client_authentication_config.cc ('k') | remoting/protocol/ice_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698