summaryrefslogtreecommitdiffstats
path: root/content/zygote/zygote_linux.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/zygote/zygote_linux.cc')
-rw-r--r--content/zygote/zygote_linux.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/zygote/zygote_linux.cc b/content/zygote/zygote_linux.cc
index 8ac4a61..7e4cee5 100644
--- a/content/zygote/zygote_linux.cc
+++ b/content/zygote/zygote_linux.cc
@@ -402,7 +402,7 @@ int Zygote::ForkWithRealPid(const std::string& process_type,
IPC::Channel::SetGlobalPid(real_pid);
// Force the real PID so chrome event data have a PID that corresponds
// to system trace event data.
- base::debug::TraceLog::GetInstance()->SetProcessID(
+ base::trace_event::TraceLog::GetInstance()->SetProcessID(
static_cast<int>(real_pid));
#endif
return 0;