// Copyright 2020 The Chromium Authors // Use of this source code is governed by an MIT-style license that can be // found in the LICENSE file or at https://opensource.org/licenses/MIT. #ifndef THIRD_PARTY_LIBURLPATTERN_PARSE_H_ #define THIRD_PARTY_LIBURLPATTERN_PARSE_H_ #include <functional> #include <string_view> #include "base/component_export.h" #include "third_party/abseil-cpp/absl/status/statusor.h" #include "third_party/liburlpattern/options.h" liburlpattern // namespace liburlpattern #endif // THIRD_PARTY_LIBURLPATTERN_PARSE_H_