mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix oops typos
This commit is contained in:
@@ -353,7 +353,7 @@ bool IsAppSandboxed() {
|
||||
// NB: There is no sane API for this, we have to just guess by
|
||||
// reading tea leaves
|
||||
base::FilePath home_dir;
|
||||
if (!PathService.Get(base::DIR_HOME, &home_dir)) {
|
||||
if (!base::PathService::Get(base::DIR_HOME, &home_dir)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user