fix: modernize-use-using clang-tidy warnings (32-x-y backport) (#44847)
fix: modernize-use-using clang-tidy warnings (#44806)
This commit is contained in:
parent
e9da87822f
commit
7a3182a139
4 changed files with 44 additions and 47 deletions
|
@ -55,7 +55,7 @@ struct Converter<blink::mojom::PageVisibilityState> {
|
|||
|
||||
namespace electron::api {
|
||||
|
||||
typedef std::unordered_map<int, WebFrameMain*> WebFrameMainIdMap;
|
||||
using WebFrameMainIdMap = std::unordered_map<int, WebFrameMain*>;
|
||||
|
||||
WebFrameMainIdMap& GetWebFrameMainMap() {
|
||||
static base::NoDestructor<WebFrameMainIdMap> instance;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue