fix GetAsString maybe?
This commit is contained in:
parent
74318705c2
commit
ea62ecd188
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue