// Copyright 2022 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_MODE_MOJOM_TRAITS_H_ #define UI_ACCESSIBILITY_MOJOM_AX_MODE_MOJOM_TRAITS_H_ #include "ui/accessibility/ax_mode.h" #include "ui/accessibility/mojom/ax_mode.mojom-shared.h" namespace mojo { template <> struct StructTraits<ax::mojom::AXModeDataView, ui::AXMode> { … }; } // namespace mojo #endif // UI_ACCESSIBILITY_MOJOM_AX_MODE_MOJOM_TRAITS_H_