| 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.
|
|
|