| Index: content/browser/zygote_host_linux.cc
|
| ===================================================================
|
| --- content/browser/zygote_host_linux.cc (revision 78451)
|
| +++ content/browser/zygote_host_linux.cc (working copy)
|
| @@ -25,8 +25,8 @@
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/process_watcher.h"
|
| #include "chrome/common/result_codes.h"
|
| -#include "chrome/common/unix_domain_socket_posix.h"
|
| #include "content/browser/renderer_host/render_sandbox_host_linux.h"
|
| +#include "content/common/unix_domain_socket_posix.h"
|
| #include "sandbox/linux/suid/suid_unsafe_environment_variables.h"
|
|
|
| static void SaveSUIDUnsafeEnvironmentVariables() {
|
|
|