chore: use nested namespaces (#37855)
This commit is contained in:
parent
e929b2140d
commit
adb1172066
6 changed files with 12 additions and 36 deletions
|
@ -15,9 +15,7 @@
|
|||
#include "shell/browser/event_emitter_mixin.h"
|
||||
#include "shell/common/gin_helper/promise.h"
|
||||
|
||||
namespace electron {
|
||||
|
||||
namespace api {
|
||||
namespace electron::api {
|
||||
|
||||
class PushNotifications
|
||||
: public ElectronBrowserClient::Delegate,
|
||||
|
@ -57,8 +55,6 @@ class PushNotifications
|
|||
#endif
|
||||
};
|
||||
|
||||
} // namespace api
|
||||
|
||||
} // namespace electron
|
||||
} // namespace electron::api
|
||||
|
||||
#endif // ELECTRON_SHELL_BROWSER_API_ELECTRON_API_PUSH_NOTIFICATIONS_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue