blob: a0217f50ce9041362350bcbf859be791e5237677 [file] [log] [blame]
// Copyright 2022 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_PERMISSIONS_TEST_PERMISSION_TEST_UTIL_H_
#define COMPONENTS_PERMISSIONS_TEST_PERMISSION_TEST_UTIL_H_
#include <memory>
namespace content {
class PermissionControllerDelegate;
class BrowserContext;
} // namespace content
namespace permissions {
std::unique_ptr<content::PermissionControllerDelegate>
GetPermissionControllerDelegate(content::BrowserContext* context);
} // namespace permissions
#endif // COMPONENTS_PERMISSIONS_TEST_PERMISSION_TEST_UTIL_H_