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

Unified Diff: remoting/test/host_info.cc

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/host_info.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/test/host_info.cc
diff --git a/remoting/test/host_info.cc b/remoting/test/host_info.cc
index 1370011a4a97871e8e603c35dd266c47758e7e15..4be97e1c1f3e9b6876b80390e982b835e0813869 100644
--- a/remoting/test/host_info.cc
+++ b/remoting/test/host_info.cc
@@ -13,6 +13,8 @@ namespace test {
HostInfo::HostInfo() {
}
+HostInfo::HostInfo(const HostInfo& other) = default;
+
HostInfo::~HostInfo() {
}
« no previous file with comments | « remoting/test/host_info.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698