| Index: content/zygote/zygote_linux.cc
|
| diff --git a/content/zygote/zygote_linux.cc b/content/zygote/zygote_linux.cc
|
| index 8ac4a61d64e714920e501f28bf21736f625b6ced..7e4cee543a2e6fd0720040b8408697cae71cd906 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;
|
|
|