Index: mojo/public/cpp/bindings/tests/serialization_warning_unittest.cc |
diff --git a/mojo/public/cpp/bindings/tests/serialization_warning_unittest.cc b/mojo/public/cpp/bindings/tests/serialization_warning_unittest.cc |
index f3d3481340456b1411d4b93f6478f7f5ee67245e..2a7bae522fd9f0d37b47197217602df010987b7c 100644 |
--- a/mojo/public/cpp/bindings/tests/serialization_warning_unittest.cc |
+++ b/mojo/public/cpp/bindings/tests/serialization_warning_unittest.cc |
@@ -34,7 +34,7 @@ Array<Array<ScopedHandle>> CreateTestNestedHandleArray() { |
array[i] = nested_array.Pass(); |
} |
- return array.Pass(); |
+ return array; |
} |
class SerializationWarningTest : public testing::Test { |