chore: used nested namespaces (#34737)
This commit is contained in:
parent
0d4e417594
commit
5d120359f6
122 changed files with 246 additions and 738 deletions
|
@ -9,8 +9,7 @@
|
|||
#include "ui/events/event_constants.h"
|
||||
#include "v8/include/v8.h"
|
||||
|
||||
namespace electron {
|
||||
namespace api {
|
||||
namespace electron::api {
|
||||
|
||||
constexpr int mouse_button_flags =
|
||||
(ui::EF_RIGHT_MOUSE_BUTTON | ui::EF_LEFT_MOUSE_BUTTON |
|
||||
|
@ -29,5 +28,4 @@ v8::Local<v8::Object> CreateEventFromFlags(int flags) {
|
|||
.Build();
|
||||
}
|
||||
|
||||
} // namespace api
|
||||
} // namespace electron
|
||||
} // namespace electron::api
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue