| Index: tools/json_schema_compiler/test/choices_unittest.cc
|
| diff --git a/tools/json_schema_compiler/test/choices_unittest.cc b/tools/json_schema_compiler/test/choices_unittest.cc
|
| index 387bdb622daca5d501143b593f3033877b644f04..f86c97822cecdfc72687a682b0dcfc2060fe6be5 100644
|
| --- a/tools/json_schema_compiler/test/choices_unittest.cc
|
| +++ b/tools/json_schema_compiler/test/choices_unittest.cc
|
| @@ -281,7 +281,7 @@ TEST(JsonSchemaCompilerChoicesTest, NestedChoices) {
|
| EXPECT_FALSE(obj->as_choice2->as_choice_type);
|
| ASSERT_TRUE(obj->as_choice2->as_choice_types);
|
| {
|
| - std::vector<linked_ptr<ChoiceType> >* choice_types =
|
| + std::vector<ChoiceType>* choice_types =
|
| obj->as_choice2->as_choice_types.get();
|
| // Bleh too much effort to test everything.
|
| ASSERT_EQ(2u, choice_types->size());
|
|
|