This commit is contained in:
Jeremy Rose 2021-03-22 14:47:24 -07:00
Родитель 74318705c2
Коммит ea62ecd188
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -63,8 +63,8 @@ bool GetAsString(const base::Value* val,
#if defined(OS_WIN)
bool GetAsString(const base::Value* val,
base::FilePath::StringPieceType path,
std::u16string* out) {
base::StringPiece path,
std::wstring* out) {
if (val) {
auto* found = val->FindKeyOfType(path, base::Value::Type::STRING);
if (found) {