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:
@@ -67,9 +67,7 @@ int32_t GetNextId() {
|
||||
|
||||
} // namespace
|
||||
|
||||
namespace electron {
|
||||
|
||||
namespace api {
|
||||
namespace electron::api {
|
||||
|
||||
gin::WrapperInfo BrowserView::kWrapperInfo = {gin::kEmbedderNativeGin};
|
||||
|
||||
@@ -200,9 +198,7 @@ v8::Local<v8::ObjectTemplate> BrowserView::FillObjectTemplate(
|
||||
.Build();
|
||||
}
|
||||
|
||||
} // namespace api
|
||||
|
||||
} // namespace electron
|
||||
} // namespace electron::api
|
||||
|
||||
namespace {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user