chromium/url/third_party/mozilla/url_parse.h

// Copyright 2013 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_THIRD_PARTY_MOZILLA_URL_PARSE_H_
#define URL_THIRD_PARTY_MOZILLA_URL_PARSE_H_

#include <iosfwd>
#include <string_view>

#include "base/check.h"
#include "base/component_export.h"

url  // namespace url

#endif  // URL_THIRD_PARTY_MOZILLA_URL_PARSE_H_