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

Unified Diff: remoting/test/connection_setup_info.h

Issue 1736633002: remoting: 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 | « remoting/signaling/xmpp_signal_strategy.cc ('k') | remoting/test/connection_setup_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/test/connection_setup_info.h
diff --git a/remoting/test/connection_setup_info.h b/remoting/test/connection_setup_info.h
index 0c9a9e1977e0789d567e9a8741483a0894a7cb95..96eedcdceec1e750ed913f650b59dfd6c1e17552 100644
--- a/remoting/test/connection_setup_info.h
+++ b/remoting/test/connection_setup_info.h
@@ -16,6 +16,7 @@ namespace test {
// Holds the information needed to establish a connection with a remote host.
struct ConnectionSetupInfo {
ConnectionSetupInfo();
+ ConnectionSetupInfo(const ConnectionSetupInfo& other);
~ConnectionSetupInfo();
// User provided information.
« no previous file with comments | « remoting/signaling/xmpp_signal_strategy.cc ('k') | remoting/test/connection_setup_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698