Index: ui/accessibility/ax_node_data.h |
diff --git a/ui/accessibility/ax_node_data.h b/ui/accessibility/ax_node_data.h |
index 067adaa3e9332cb8c0b15a3f38d99f6acfd1ff3b..e372f1da8ca57e3b6b79c7d2ba9c38fa2e7167b0 100644 |
--- a/ui/accessibility/ax_node_data.h |
+++ b/ui/accessibility/ax_node_data.h |
@@ -124,7 +124,7 @@ struct AX_EXPORT AXNodeData { |
// takes up a fair amount of space. The assignment operator and copy |
// constructor both make a duplicate of the owned pointer, so it acts more |
// like a member than a pointer. |
- scoped_ptr<gfx::Transform> transform; |
+ std::unique_ptr<gfx::Transform> transform; |
}; |
} // namespace ui |