| Index: content/browser/zygote_host_linux.cc
|
| diff --git a/content/browser/zygote_host_linux.cc b/content/browser/zygote_host_linux.cc
|
| index 7127d694988420dfba5e39e6cd03b19d56d5cf1d..000ee290b4c7a68c4aea7600a6859c54f83517f1 100644
|
| --- a/content/browser/zygote_host_linux.cc
|
| +++ b/content/browser/zygote_host_linux.cc
|
| @@ -24,11 +24,11 @@
|
| #include "base/string_util.h"
|
| #include "base/time.h"
|
| #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/process_watcher.h"
|
| #include "content/common/result_codes.h"
|
| #include "content/common/unix_domain_socket_posix.h"
|
| +#include "content/public/browser/content_browser_client.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "sandbox/linux/suid/suid_unsafe_environment_variables.h"
|
|
|
|
|