// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_ACCESSIBILITY_MOJOM_AX_TREE_ID_MOJOM_TRAITS_H_ #define UI_ACCESSIBILITY_MOJOM_AX_TREE_ID_MOJOM_TRAITS_H_ #include "mojo/public/cpp/base/unguessable_token_mojom_traits.h" #include "ui/accessibility/ax_tree_id.h" #include "ui/accessibility/mojom/ax_tree_id.mojom-shared.h" namespace mojo { template <> struct UnionTraits<ax::mojom::AXTreeIDDataView, ui::AXTreeID> { … }; } // namespace mojo #endif // UI_ACCESSIBILITY_MOJOM_AX_TREE_ID_MOJOM_TRAITS_H_