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

Unified Diff: remoting/test/host_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/test/fake_socket_factory.cc ('k') | remoting/test/host_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « remoting/test/fake_socket_factory.cc ('k') | remoting/test/host_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698