// Copyright 2020 The Chromium Authors // Copyright 2014 Blake Embrey ([email protected]) // 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_PATTERN_H_ #define THIRD_PARTY_LIBURLPATTERN_PATTERN_H_ #include <optional> #include <string> #include <string_view> #include <utility> #include <vector> #include "base/component_export.h" #include "third_party/liburlpattern/options.h" liburlpattern // namespace liburlpattern #endif // THIRD_PARTY_LIBURLPATTERN_PATTERN_H_