| Index: base/platform_thread_posix.cc
|
| diff --git a/base/platform_thread_posix.cc b/base/platform_thread_posix.cc
|
| index 77f5bee2c297a1b00cc2f20a4f1b934657e24daa..4cca4e60c6fa3c2bfc7f36c6a5539649203fc0c1 100644
|
| --- a/base/platform_thread_posix.cc
|
| +++ b/base/platform_thread_posix.cc
|
| @@ -28,7 +28,7 @@ static void* ThreadFunc(void* closure) {
|
| }
|
|
|
| // static
|
| -int PlatformThread::CurrentId() {
|
| +PlatformThreadId PlatformThread::CurrentId() {
|
| // Pthreads doesn't have the concept of a thread ID, so we have to reach down
|
| // into the kernel.
|
| #if defined(OS_MACOSX)
|
|
|