| Index: content/browser/utility_process_host_impl.cc
|
| diff --git a/content/browser/utility_process_host_impl.cc b/content/browser/utility_process_host_impl.cc
|
| index d8f11f6edb610d31631bffd155151a12994a95c6..ca604b46f0445a946247cccde55798a26bc34d72 100644
|
| --- a/content/browser/utility_process_host_impl.cc
|
| +++ b/content/browser/utility_process_host_impl.cc
|
| @@ -100,7 +100,7 @@ class UtilitySandboxedProcessLauncherDelegate
|
| #elif defined(OS_POSIX)
|
|
|
| #if !defined(OS_MACOSX) && !defined(OS_ANDROID)
|
| - ZygoteHandle* GetZygote() override {
|
| + ZygoteHandle GetZygote() override {
|
| if (no_sandbox_ || !exposed_dir_.empty())
|
| return nullptr;
|
| return GetGenericZygote();
|
|
|