#ifndef CHROME_BROWSER_PICTURE_IN_PICTURE_AUTO_PIP_SETTING_HELPER_H_
#define CHROME_BROWSER_PICTURE_IN_PICTURE_AUTO_PIP_SETTING_HELPER_H_
#include "base/functional/callback.h"
#include "base/memory/weak_ptr.h"
#include "chrome/browser/picture_in_picture/auto_pip_setting_overlay_view.h"
#include "components/content_settings/core/common/content_settings.h"
#include "content/public/browser/web_contents.h"
#include "url/gurl.h"
namespace content {
class WebContents;
}
namespace permissions {
class PermissionDecisionAutoBlockerBase;
}
namespace views {
class View;
}
class HostContentSettingsMap;
class AutoPipSettingHelper { … };
#endif