// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_SERVICES_APP_SERVICE_PUBLIC_CPP_INTENT_FILTER_H_ #define COMPONENTS_SERVICES_APP_SERVICE_PUBLIC_CPP_INTENT_FILTER_H_ #include <memory> #include <optional> #include <set> #include <string> #include <utility> #include <vector> #include "base/component_export.h" #include "base/containers/flat_map.h" #include "components/services/app_service/public/cpp/macros.h" apps // namespace apps #endif // COMPONENTS_SERVICES_APP_SERVICE_PUBLIC_CPP_INTENT_FILTER_H_