fix: modernize-use-using clang-tidy warnings (#44806)
This commit is contained in:
parent
3c941c7e8f
commit
93f49d1189
4 changed files with 48 additions and 52 deletions
|
@ -25,7 +25,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