refactor: replace remaining NULL
with nullptr
(#40053)
refactor: use nullptr everywhere
This commit is contained in:
parent
9d0e6d09f0
commit
04b2ba84cd
34 changed files with 98 additions and 93 deletions
|
@ -460,7 +460,7 @@ void FileSelectHelper::RunFileChooserOnUIThread(
|
|||
? 1
|
||||
: 0, // 1-based index of default extension to show.
|
||||
base::FilePath::StringType(),
|
||||
web_contents->owner_window()->GetNativeWindow(), NULL);
|
||||
web_contents->owner_window()->GetNativeWindow(), nullptr);
|
||||
|
||||
select_file_types_.reset();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue