mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
chore: used nested namespaces (#34737)
This commit is contained in:
@@ -242,9 +242,7 @@ struct Converter<network::mojom::SSLConfigPtr> {
|
||||
|
||||
} // namespace gin
|
||||
|
||||
namespace electron {
|
||||
|
||||
namespace api {
|
||||
namespace electron::api {
|
||||
|
||||
namespace {
|
||||
|
||||
@@ -1255,9 +1253,7 @@ const char* Session::GetTypeName() {
|
||||
return "Session";
|
||||
}
|
||||
|
||||
} // namespace api
|
||||
|
||||
} // namespace electron
|
||||
} // namespace electron::api
|
||||
|
||||
namespace {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user