mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: use =default for default constructors/destructors (#29511)
This commit is contained in:
@@ -14,7 +14,7 @@ SerialChooserContextFactory::SerialChooserContextFactory()
|
||||
"SerialChooserContext",
|
||||
BrowserContextDependencyManager::GetInstance()) {}
|
||||
|
||||
SerialChooserContextFactory::~SerialChooserContextFactory() {}
|
||||
SerialChooserContextFactory::~SerialChooserContextFactory() = default;
|
||||
|
||||
KeyedService* SerialChooserContextFactory::BuildServiceInstanceFor(
|
||||
content::BrowserContext* context) const {
|
||||
|
||||
Reference in New Issue
Block a user