2752406: [LSC] Replace base::string16 with std::u16string in //ui
2752406
This commit is contained in:
parent
d4bec23bde
commit
9e336f5d0c
8 changed files with 15 additions and 15 deletions
|
@ -138,7 +138,7 @@ ui::KeyboardCode KeyboardCodeFromKeyIdentifier(const std::string& s,
|
|||
|
||||
} // namespace
|
||||
|
||||
ui::KeyboardCode KeyboardCodeFromCharCode(base::char16 c, bool* shifted) {
|
||||
ui::KeyboardCode KeyboardCodeFromCharCode(char16_t c, bool* shifted) {
|
||||
c = base::ToLowerASCII(c);
|
||||
*shifted = false;
|
||||
switch (c) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue