// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "url/mojom/origin_mojom_traits.h" #include <string_view> namespace mojo { // static bool StructTraits<url::mojom::OriginDataView, url::Origin>::Read( url::mojom::OriginDataView data, url::Origin* out) { … } } // namespace mojo