chore: use =default for default constructors/destructors (#29511)
This commit is contained in:
parent
b1d1ac6524
commit
81c5da5221
44 changed files with 68 additions and 61 deletions
|
@ -9,7 +9,7 @@ namespace electron {
|
|||
ChildWebContentsTracker::ChildWebContentsTracker(
|
||||
content::WebContents* web_contents) {}
|
||||
|
||||
ChildWebContentsTracker::~ChildWebContentsTracker() {}
|
||||
ChildWebContentsTracker::~ChildWebContentsTracker() = default;
|
||||
|
||||
WEB_CONTENTS_USER_DATA_KEY_IMPL(ChildWebContentsTracker)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue