chromium/url/scheme_host_port.h

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

#ifndef URL_SCHEME_HOST_PORT_H_
#define URL_SCHEME_HOST_PORT_H_

#include <stdint.h>

#include <string>
#include <string_view>

#include "base/component_export.h"

class GURL;

url  // namespace url

#endif  // URL_SCHEME_HOST_PORT_H_