| Index: content/browser/zygote_host/zygote_host_impl_linux.cc
|
| diff --git a/content/browser/zygote_host/zygote_host_impl_linux.cc b/content/browser/zygote_host/zygote_host_impl_linux.cc
|
| index 3b82e2a6829617ffbf4de594dd0ca5d6e931e9b9..9c68a3fdcc76c8002745013fb70af8394fc124d3 100644
|
| --- a/content/browser/zygote_host/zygote_host_impl_linux.cc
|
| +++ b/content/browser/zygote_host/zygote_host_impl_linux.cc
|
| @@ -19,6 +19,7 @@
|
| #include "base/files/scoped_file.h"
|
| #include "base/linux_util.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/linked_ptr.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/metrics/histogram.h"
|
| @@ -33,6 +34,7 @@
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/time/time.h"
|
| +#include "build/build_config.h"
|
| #include "content/browser/renderer_host/render_sandbox_host_linux.h"
|
| #include "content/common/child_process_sandbox_support_impl_linux.h"
|
| #include "content/common/zygote_commands_linux.h"
|
|
|