// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef DEVICE_BLUETOOTH_PUBLIC_MOJOM_UUID_MOJOM_TRAITS_H_ #define DEVICE_BLUETOOTH_PUBLIC_MOJOM_UUID_MOJOM_TRAITS_H_ #include <string> #include "device/bluetooth/public/cpp/bluetooth_uuid.h" #include "device/bluetooth/public/mojom/uuid.mojom-shared.h" #include "mojo/public/cpp/bindings/struct_traits.h" namespace mojo { template <> struct StructTraits<bluetooth::mojom::UUIDDataView, device::BluetoothUUID> { … }; } // namespace mojo #endif // DEVICE_BLUETOOTH_PUBLIC_MOJOM_UUID_MOJOM_TRAITS_H_