| Index: sandbox/linux/services/thread_helpers.cc
|
| diff --git a/sandbox/linux/services/thread_helpers.cc b/sandbox/linux/services/thread_helpers.cc
|
| index 80766a9bc5dc970666efbb5c3e7ff21ad646c4ff..de7df598a77f87f0a43aebf965fe2211eb66b69c 100644
|
| --- a/sandbox/linux/services/thread_helpers.cc
|
| +++ b/sandbox/linux/services/thread_helpers.cc
|
| @@ -132,7 +132,7 @@ bool ThreadHelpers::StopThreadAndWatchProcFS(int proc_fd,
|
| base::Thread* thread) {
|
| DCHECK_LE(0, proc_fd);
|
| DCHECK(thread);
|
| - const base::PlatformThreadId thread_id = thread->thread_id();
|
| + const base::PlatformThreadId thread_id = thread->GetThreadId();
|
| const std::string thread_id_dir_str =
|
| "self/task/" + base::IntToString(thread_id) + "/";
|
|
|
|
|