Fix oops typos
This commit is contained in:
Родитель
06065d1c5d
Коммит
7dd1ebc734
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче