#ifndef EXTENSIONS_RENDERER_CONTENT_SETTING_H_
#define EXTENSIONS_RENDERER_CONTENT_SETTING_H_
#include <string>
#include "base/memory/raw_ptr.h"
#include "base/values.h"
#include "extensions/renderer/bindings/argument_spec.h"
#include "gin/wrappable.h"
#include "v8/include/v8-forward.h"
namespace gin {
class Arguments;
}
namespace extensions {
class APIEventHandler;
class APIRequestHandler;
class BindingAccessChecker;
class ContentSetting final : public gin::Wrappable<ContentSetting> { … };
}
#endif