chore: fix clang-tidy warnings (#38079)
* chore: fix clang-tidy warnings * refactor: avoid need for NOLINTNEXTLINE
This commit is contained in:
parent
fe5cdd39d6
commit
08593fd2bd
20 changed files with 41 additions and 37 deletions
|
@ -71,8 +71,6 @@ struct FileSelectHelper::ActiveDirectoryEnumeration {
|
|||
FileSelectHelper::FileSelectHelper()
|
||||
: render_frame_host_(nullptr),
|
||||
web_contents_(nullptr),
|
||||
select_file_dialog_(),
|
||||
select_file_types_(),
|
||||
dialog_type_(ui::SelectFileDialog::SELECT_OPEN_FILE),
|
||||
dialog_mode_(FileChooserParams::Mode::kOpen) {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue