chromium/testing/libfuzzer/proto/url_proto_converter.cc

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include <assert.h>
#include <stdlib.h>
#include <string>

#include "testing/libfuzzer/proto/url.pb.h"

namespace url_proto {

namespace {

std::string SlashToString(int slash) {}

}  // namespace

std::string Convert(const url_proto::Url& url) {}

}  // namespace url_proto