mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
2752406: [LSC] Replace base::string16 with std::u16string in //ui
https://chromium-review.googlesource.com/c/chromium/src/+/2752406
This commit is contained in:
@@ -29,7 +29,7 @@ namespace api {
|
||||
namespace {
|
||||
|
||||
bool HasWordCharacters(const base::string16& text, int index) {
|
||||
const base::char16* data = text.data();
|
||||
const char16_t* data = text.data();
|
||||
int length = text.length();
|
||||
while (index < length) {
|
||||
uint32_t code = 0;
|
||||
|
||||
Reference in New Issue
Block a user