Index: remoting/test/host_info.h |
diff --git a/remoting/test/host_info.h b/remoting/test/host_info.h |
index 1c5028c69a956943909d4e02d4141adc04aa5c79..41161a37bd01a36b2b47374f89fe4efef9b14589 100644 |
--- a/remoting/test/host_info.h |
+++ b/remoting/test/host_info.h |
@@ -21,6 +21,7 @@ enum HostStatus { |
struct HostInfo { |
HostInfo(); |
+ HostInfo(const HostInfo& other); |
~HostInfo(); |
// Returns true if |host_info| is valid and initializes HostInfo. |