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
|
@ -92,9 +92,9 @@ void ElectronCrashReporterClient::SetGlobalAnnotations(
|
|||
global_annotations_ = annotations;
|
||||
}
|
||||
|
||||
ElectronCrashReporterClient::ElectronCrashReporterClient() {}
|
||||
ElectronCrashReporterClient::ElectronCrashReporterClient() = default;
|
||||
|
||||
ElectronCrashReporterClient::~ElectronCrashReporterClient() {}
|
||||
ElectronCrashReporterClient::~ElectronCrashReporterClient() = default;
|
||||
|
||||
#if defined(OS_LINUX)
|
||||
void ElectronCrashReporterClient::SetCrashReporterClientIdFromGUID(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue