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

Unified Diff: blimp/client/session/assignment_source.cc

Issue 1825273002: Add more out of line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « blimp/client/session/assignment_source.h ('k') | cc/layers/layer_list_iterator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/session/assignment_source.cc
diff --git a/blimp/client/session/assignment_source.cc b/blimp/client/session/assignment_source.cc
index bbd8d1a8c83ea6d21eefa3d9222f422675995597..88afb33599254fae9ae4ffea9c950eb6a7254e03 100644
--- a/blimp/client/session/assignment_source.cc
+++ b/blimp/client/session/assignment_source.cc
@@ -176,6 +176,8 @@ Assignment GetAssignmentFromCommandLine() {
Assignment::Assignment() : transport_protocol(TransportProtocol::UNKNOWN) {}
+Assignment::Assignment(const Assignment& other) = default;
+
Assignment::~Assignment() {}
bool Assignment::IsValid() const {
« no previous file with comments | « blimp/client/session/assignment_source.h ('k') | cc/layers/layer_list_iterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698