// 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_CAST_RECEIVER_BROWSER_PUBLIC_PERMISSIONS_MANAGER_H_ #define COMPONENTS_CAST_RECEIVER_BROWSER_PUBLIC_PERMISSIONS_MANAGER_H_ #include <string> #include <vector> #include "third_party/blink/public/common/permissions/permission_utils.h" #include "url/gurl.h" namespace content { class WebContents; } // namespace content namespace cast_receiver { class PermissionsManager { … }; } // namespace cast_receiver #endif // COMPONENTS_CAST_RECEIVER_BROWSER_PUBLIC_PERMISSIONS_MANAGER_H_