Index: mojo/public/cpp/bindings/tests/versioning_apptest.cc |
diff --git a/mojo/public/cpp/bindings/tests/versioning_apptest.cc b/mojo/public/cpp/bindings/tests/versioning_apptest.cc |
index 39372729cc0d13af6dac0ab24fe128e0f6003a49..d3f111a3a13e17ad66c9d7738a2f051dc20e0bab 100644 |
--- a/mojo/public/cpp/bindings/tests/versioning_apptest.cc |
+++ b/mojo/public/cpp/bindings/tests/versioning_apptest.cc |
@@ -98,7 +98,7 @@ TEST_F(VersioningApplicationTest, RequireVersion) { |
TEST_F(VersioningApplicationTest, CallNonexistentMethod) { |
EXPECT_EQ(0u, database_.version()); |
- Array<uint8_t> new_finger_print(128); |
+ auto new_finger_print = Array<uint8_t>::New(128); |
for (size_t i = 0; i < 128; ++i) |
new_finger_print[i] = i + 13; |