#ifndef UI_WEB_DIALOGS_WEB_DIALOG_WEB_CONTENTS_DELEGATE_H_
#define UI_WEB_DIALOGS_WEB_DIALOG_WEB_CONTENTS_DELEGATE_H_
#include <memory>
#include "base/memory/raw_ptr.h"
#include "content/public/browser/web_contents_delegate.h"
#include "ui/web_dialogs/web_dialogs_export.h"
namespace blink {
namespace mojom {
class FileChooserParams;
}
}
namespace content {
class BrowserContext;
class FileSelectListener;
class RenderFrameHost;
}
namespace ui {
class WEB_DIALOGS_EXPORT WebDialogWebContentsDelegate
: public content::WebContentsDelegate { … };
}
#endif