mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: used nested namespaces (#34737)
This commit is contained in:
@@ -45,9 +45,7 @@ struct Converter<electron::NotificationAction> {
|
||||
|
||||
} // namespace gin
|
||||
|
||||
namespace electron {
|
||||
|
||||
namespace api {
|
||||
namespace electron::api {
|
||||
|
||||
gin::WrapperInfo Notification::kWrapperInfo = {gin::kEmbedderNativeGin};
|
||||
|
||||
@@ -284,9 +282,7 @@ v8::Local<v8::ObjectTemplate> Notification::FillObjectTemplate(
|
||||
.Build();
|
||||
}
|
||||
|
||||
} // namespace api
|
||||
|
||||
} // namespace electron
|
||||
} // namespace electron::api
|
||||
|
||||
namespace {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user