Fix oops typos

This commit is contained in:
Paul Betts 2016-10-11 14:02:29 -07:00
parent 06065d1c5d
commit 7dd1ebc734

View file

@ -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;
}