// 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/url_gurl_mojom_traits.h" #include "url/url_constants.h" namespace mojo { // static std::string_view StructTraits<url::mojom::UrlDataView, GURL>::url( const GURL& r) { … } // static bool StructTraits<url::mojom::UrlDataView, GURL>::Read( url::mojom::UrlDataView data, GURL* out) { … } } // namespace mojo