// 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. #include "components/services/app_service/public/cpp/capability_access.h" #include "components/services/app_service/public/cpp/app_types.h" namespace apps { CapabilityAccess::CapabilityAccess(const std::string& app_id) : … { … } CapabilityAccess::~CapabilityAccess() = default; CapabilityAccessPtr CapabilityAccess::Clone() const { … } } // namespace apps