| Index: webrtc/modules/utility/source/helpers_android.cc
|
| diff --git a/webrtc/modules/utility/source/helpers_android.cc b/webrtc/modules/utility/source/helpers_android.cc
|
| index 25652f237eb90c0fbbb8d9f3aba59e20c0fd5fe5..a5bdf57da43f2b46c2da1f23caac2f9667df9d6f 100644
|
| --- a/webrtc/modules/utility/source/helpers_android.cc
|
| +++ b/webrtc/modules/utility/source/helpers_android.cc
|
| @@ -87,7 +87,7 @@ std::string GetThreadId() {
|
| int thread_id = gettid();
|
| RTC_CHECK_LT(snprintf(buf, sizeof(buf), "%i", thread_id),
|
| static_cast<int>(sizeof(buf)))
|
| - << "Thread id is bigger than uint64??";
|
| + << "Thread id is bigger than uint64_t??";
|
| return std::string(buf);
|
| }
|
|
|
|
|