// Copyright 2021 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_CAPABILITY_ACCESS_UPDATE_H_ #define COMPONENTS_SERVICES_APP_SERVICE_PUBLIC_CPP_CAPABILITY_ACCESS_UPDATE_H_ #include <optional> #include <string> #include "base/component_export.h" #include "base/memory/raw_ptr.h" #include "base/memory/raw_ref.h" #include "components/account_id/account_id.h" #include "components/services/app_service/public/cpp/capability_access.h" apps // namespace apps #endif // COMPONENTS_SERVICES_APP_SERVICE_PUBLIC_CPP_CAPABILITY_ACCESS_UPDATE_H_