Index: ui/gfx/mojo/selection_bound_struct_traits.h |
diff --git a/ui/gfx/mojo/selection_bound_struct_traits.h b/ui/gfx/mojo/selection_bound_struct_traits.h |
index a25964e278b064e29f0f50f2a3f4fbec0280a3f3..564d00cffc941713f38e5030d0b9d4af6ea7e6a1 100644 |
--- a/ui/gfx/mojo/selection_bound_struct_traits.h |
+++ b/ui/gfx/mojo/selection_bound_struct_traits.h |
@@ -47,7 +47,7 @@ gfx::SelectionBound::Type MojoSelectionBoundTypeToGfx( |
} |
template <> |
-struct StructTraits<gfx::mojom::SelectionBound, gfx::SelectionBound> { |
+struct StructTraits<gfx::mojom::SelectionBoundDataView, gfx::SelectionBound> { |
static gfx::mojom::SelectionBoundType type(const gfx::SelectionBound& input) { |
return GfxSelectionBoundTypeToMojo(input.type()); |
} |