Fix oops typos
This commit is contained in:
parent
06065d1c5d
commit
7dd1ebc734
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ bool IsAppSandboxed() {
|
||||||
// NB: There is no sane API for this, we have to just guess by
|
// NB: There is no sane API for this, we have to just guess by
|
||||||
// reading tea leaves
|
// reading tea leaves
|
||||||
base::FilePath home_dir;
|
base::FilePath home_dir;
|
||||||
if (!PathService.Get(base::DIR_HOME, &home_dir)) {
|
if (!base::PathService::Get(base::DIR_HOME, &home_dir)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue