chromium/extensions/browser/api/file_system/consent_provider.h

// 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 EXTENSIONS_BROWSER_API_FILE_SYSTEM_CONSENT_PROVIDER_H_
#define EXTENSIONS_BROWSER_API_FILE_SYSTEM_CONSENT_PROVIDER_H_

#include <string>

#include "base/functional/callback_forward.h"

namespace content {
class RenderFrameHost;
}  // namespace content

namespace extensions {

class Extension;

class ConsentProvider {};

}  // namespace extensions

#endif  // EXTENSIONS_BROWSER_API_FILE_SYSTEM_CONSENT_PROVIDER_H_