chore: used nested namespaces (#34737)
This commit is contained in:
parent
0d4e417594
commit
5d120359f6
122 changed files with 246 additions and 738 deletions
|
@ -15,15 +15,11 @@
|
|||
|
||||
#include "ui/native_theme/native_theme.h"
|
||||
|
||||
namespace electron {
|
||||
|
||||
namespace win {
|
||||
namespace electron::win {
|
||||
|
||||
bool IsDarkModeSupported();
|
||||
void SetDarkModeForWindow(HWND hWnd);
|
||||
|
||||
} // namespace win
|
||||
|
||||
} // namespace electron
|
||||
} // namespace electron::win
|
||||
|
||||
#endif // ELECTRON_SHELL_BROWSER_WIN_DARK_MODE_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue