| Index: content/zygote/zygote_linux.cc
|
| diff --git a/content/zygote/zygote_linux.cc b/content/zygote/zygote_linux.cc
|
| index f7e043ac523f1104b3c4c346ff8db9365172ffb6..8ac4a61d64e714920e501f28bf21736f625b6ced 100644
|
| --- a/content/zygote/zygote_linux.cc
|
| +++ b/content/zygote/zygote_linux.cc
|
| @@ -11,7 +11,6 @@
|
| #include <sys/wait.h>
|
|
|
| #include "base/command_line.h"
|
| -#include "base/debug/trace_event.h"
|
| #include "base/files/file_util.h"
|
| #include "base/linux_util.h"
|
| #include "base/logging.h"
|
| @@ -25,6 +24,7 @@
|
| #include "base/process/launch.h"
|
| #include "base/process/process.h"
|
| #include "base/process/process_handle.h"
|
| +#include "base/trace_event/trace_event.h"
|
| #include "content/common/child_process_sandbox_support_impl_linux.h"
|
| #include "content/common/sandbox_linux/sandbox_linux.h"
|
| #include "content/common/set_process_title.h"
|
|
|