chore: use nested namespaces (#37855)
This commit is contained in:
parent
e929b2140d
commit
adb1172066
6 changed files with 12 additions and 36 deletions
|
@ -17,9 +17,7 @@ namespace ui {
|
|||
class MenuModel;
|
||||
}
|
||||
|
||||
namespace electron {
|
||||
|
||||
namespace gtkui {
|
||||
namespace electron::gtkui {
|
||||
|
||||
class MenuGtk {
|
||||
public:
|
||||
|
@ -41,8 +39,6 @@ class MenuGtk {
|
|||
bool block_activation_ = false;
|
||||
};
|
||||
|
||||
} // namespace gtkui
|
||||
|
||||
} // namespace electron
|
||||
} // namespace electron::gtkui
|
||||
|
||||
#endif // ELECTRON_SHELL_BROWSER_UI_GTK_MENU_GTK_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue