Index: ui/accessibility/tree_generator.cc |
diff --git a/ui/accessibility/tree_generator.cc b/ui/accessibility/tree_generator.cc |
index c8a7a7067c959416523261a9c9850c0eaa8d6a91..144b8029f445bc30692b56bb70426c27bded6a1f 100644 |
--- a/ui/accessibility/tree_generator.cc |
+++ b/ui/accessibility/tree_generator.cc |
@@ -84,7 +84,7 @@ void TreeGenerator::BuildUniqueTreeWithSize( |
// Build an AXTreeUpdate. The first two nodes of the tree always |
// go in the same place. |
- AXTreeUpdate<AXNodeData> update; |
+ AXTreeUpdate update; |
update.nodes.resize(node_count); |
update.nodes[0].id = permuted[0]; |
update.nodes[0].role = AX_ROLE_ROOT_WEB_AREA; |