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

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

Issue 2228733002: Mojo C++ bindings: add test cases for union custom typemapping. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@86_union_traits
Patch Set: Created 4 years, 4 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
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 0f10c00ac4245c448ae305913d026b464dc71c53..cbdd4bfde74225593782910c54a8b41a4efbb70a 100644
--- a/mojo/public/cpp/bindings/tests/struct_with_traits_impl.cc
+++ b/mojo/public/cpp/bindings/tests/struct_with_traits_impl.cc
@@ -28,5 +28,9 @@ MoveOnlyStructWithTraitsImpl::~MoveOnlyStructWithTraitsImpl() {}
MoveOnlyStructWithTraitsImpl& MoveOnlyStructWithTraitsImpl::operator=(
MoveOnlyStructWithTraitsImpl&& other) = default;
+UnionWithTraitsInt32::~UnionWithTraitsInt32() {}
+
+UnionWithTraitsStruct::~UnionWithTraitsStruct() {}
+
} // namespace test
} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698