| Index: content/browser/zygote_host_linux.cc
|
| ===================================================================
|
| --- content/browser/zygote_host_linux.cc (revision 105328)
|
| +++ content/browser/zygote_host_linux.cc (working copy)
|
| @@ -26,10 +26,10 @@
|
| #include "base/utf_string_conversions.h"
|
| #include "content/browser/content_browser_client.h"
|
| #include "content/browser/renderer_host/render_sandbox_host_linux.h"
|
| -#include "content/common/content_switches.h"
|
| #include "content/common/process_watcher.h"
|
| #include "content/common/result_codes.h"
|
| #include "content/common/unix_domain_socket_posix.h"
|
| +#include "content/public/common/content_switches.h"
|
| #include "sandbox/linux/suid/suid_unsafe_environment_variables.h"
|
|
|
| #if defined(USE_TCMALLOC)
|
|
|