This commit is contained in:
Paul Betts 2016-10-11 14:02:29 -07:00
Родитель 06065d1c5d
Коммит 7dd1ebc734
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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