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

Unified Diff: mojo/public/cpp/bindings/tests/struct_with_traits_impl.cc

Issue 2031823002: Mojo C++ bindings: more consistent Clone() and Equals(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « mojo/public/cpp/bindings/tests/struct_with_traits_impl.h ('k') | mojo/public/cpp/bindings/wtf_array.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/bindings/tests/struct_with_traits_impl.cc
diff --git a/mojo/public/cpp/bindings/tests/struct_with_traits_impl.cc b/mojo/public/cpp/bindings/tests/struct_with_traits_impl.cc
index 319346799dd0201b04617bfce63978ef3ab0b3c1..e99ec2a331698d86509f7d3ce4f4d1ed3f85453c 100644
--- a/mojo/public/cpp/bindings/tests/struct_with_traits_impl.cc
+++ b/mojo/public/cpp/bindings/tests/struct_with_traits_impl.cc
@@ -15,6 +15,9 @@ StructWithTraitsImpl::StructWithTraitsImpl() {}
StructWithTraitsImpl::~StructWithTraitsImpl() {}
+StructWithTraitsImpl::StructWithTraitsImpl(const StructWithTraitsImpl& other) =
+ default;
+
PassByValueStructWithTraitsImpl::PassByValueStructWithTraitsImpl() {}
PassByValueStructWithTraitsImpl::PassByValueStructWithTraitsImpl(
« no previous file with comments | « mojo/public/cpp/bindings/tests/struct_with_traits_impl.h ('k') | mojo/public/cpp/bindings/wtf_array.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698