| Index: content/common/sandbox_util.cc
|
| ===================================================================
|
| --- content/common/sandbox_util.cc (revision 188735)
|
| +++ content/common/sandbox_util.cc (working copy)
|
| @@ -2,12 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/public/common/sandbox_init.h"
|
| +#include "content/common/sandbox_util.h"
|
|
|
| #if defined(OS_POSIX)
|
| #include <unistd.h>
|
| #endif
|
|
|
| +#include "content/public/common/sandbox_init.h"
|
| +
|
| namespace content {
|
|
|
| IPC::PlatformFileForTransit BrokerGetFileHandleForProcess(
|
|
|