Index: mojo/public/cpp/bindings/tests/struct_with_traits_impl.h |
diff --git a/mojo/public/cpp/bindings/tests/struct_with_traits_impl.h b/mojo/public/cpp/bindings/tests/struct_with_traits_impl.h |
index 4d5160630f7b4e4c5f9bc024462ff5a62fc3ddad..bff0da24ffe58af18e9c973eb716e8293f2c0cf6 100644 |
--- a/mojo/public/cpp/bindings/tests/struct_with_traits_impl.h |
+++ b/mojo/public/cpp/bindings/tests/struct_with_traits_impl.h |
@@ -107,6 +107,8 @@ class MoveOnlyStructWithTraitsImpl { |
ScopedHandle& get_mutable_handle() { return handle_; } |
+ MoveOnlyStructWithTraitsImpl& operator=(MoveOnlyStructWithTraitsImpl&& other); |
+ |
private: |
ScopedHandle handle_; |
DISALLOW_COPY_AND_ASSIGN(MoveOnlyStructWithTraitsImpl); |