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)
|
#if defined(OS_WIN)
|
||||||
bool GetAsString(const base::Value* val,
|
bool GetAsString(const base::Value* val,
|
||||||
base::FilePath::StringPieceType path,
|
base::StringPiece path,
|
||||||
std::u16string* out) {
|
std::wstring* out) {
|
||||||
if (val) {
|
if (val) {
|
||||||
auto* found = val->FindKeyOfType(path, base::Value::Type::STRING);
|
auto* found = val->FindKeyOfType(path, base::Value::Type::STRING);
|
||||||
if (found) {
|
if (found) {
|
||||||
|
|
Loading…
Reference in a new issue