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:
@@ -78,8 +78,7 @@ struct Converter<CustomScheme> {
|
||||
|
||||
} // namespace gin
|
||||
|
||||
namespace electron {
|
||||
namespace api {
|
||||
namespace electron::api {
|
||||
|
||||
gin::WrapperInfo Protocol::kWrapperInfo = {gin::kEmbedderNativeGin};
|
||||
|
||||
@@ -312,8 +311,7 @@ const char* Protocol::GetTypeName() {
|
||||
return "Protocol";
|
||||
}
|
||||
|
||||
} // namespace api
|
||||
} // namespace electron
|
||||
} // namespace electron::api
|
||||
|
||||
namespace {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user