// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/renderer/modules/payments/address_init_type_converter.h" #include "third_party/blink/renderer/platform/wtf/text/wtf_string.h" namespace mojo { payments::mojom::blink::PaymentAddressPtr TypeConverter<payments::mojom::blink::PaymentAddressPtr, blink::AddressInit*>::Convert(const blink::AddressInit* input) { … } } // namespace mojo