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
|
@ -26,7 +26,7 @@ namespace asar {
|
|||
|
||||
namespace {
|
||||
|
||||
typedef std::map<base::FilePath, std::shared_ptr<Archive>> ArchiveMap;
|
||||
using ArchiveMap = std::map<base::FilePath, std::shared_ptr<Archive>>;
|
||||
|
||||
const base::FilePath::CharType kAsarExtension[] = FILE_PATH_LITERAL(".asar");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue