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:
@@ -24,9 +24,7 @@
|
||||
#include "ui/display/win/screen_win.h"
|
||||
#endif
|
||||
|
||||
namespace electron {
|
||||
|
||||
namespace api {
|
||||
namespace electron::api {
|
||||
|
||||
gin::WrapperInfo Screen::kWrapperInfo = {gin::kEmbedderNativeGin};
|
||||
|
||||
@@ -166,9 +164,7 @@ const char* Screen::GetTypeName() {
|
||||
return "Screen";
|
||||
}
|
||||
|
||||
} // namespace api
|
||||
|
||||
} // namespace electron
|
||||
} // namespace electron::api
|
||||
|
||||
namespace {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user