chore: use nested namespaces (#37855)
This commit is contained in:
parent
e929b2140d
commit
adb1172066
6 changed files with 12 additions and 36 deletions
|
@ -10,9 +10,7 @@
|
|||
#include "shell/common/gin_helper/dictionary.h"
|
||||
#include "shell/common/node_includes.h"
|
||||
|
||||
namespace electron {
|
||||
|
||||
namespace api {
|
||||
namespace electron::api {
|
||||
|
||||
PushNotifications* g_push_notifications = nullptr;
|
||||
|
||||
|
@ -55,9 +53,7 @@ const char* PushNotifications::GetTypeName() {
|
|||
return "PushNotifications";
|
||||
}
|
||||
|
||||
} // namespace api
|
||||
|
||||
} // namespace electron
|
||||
} // namespace electron::api
|
||||
|
||||
namespace {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue