Index: base/platform_thread_win.cc |
diff --git a/base/platform_thread_win.cc b/base/platform_thread_win.cc |
index c390e18e58d85dcb31753a863e4ebe0875246e50..d813bb7289a7a18c541ff35f5b933e9c3c2da22d 100644 |
--- a/base/platform_thread_win.cc |
+++ b/base/platform_thread_win.cc |
@@ -30,7 +30,7 @@ DWORD __stdcall ThreadFunc(void* closure) { |
} // namespace |
// static |
-int PlatformThread::CurrentId() { |
+PlatformThreadId PlatformThread::CurrentId() { |
return GetCurrentThreadId(); |
} |