| Index: base/threading/platform_thread.h
|
| diff --git a/base/threading/platform_thread.h b/base/threading/platform_thread.h
|
| index e62eb2b2c18475adeeb902f6b248e023dae69b2c..72da93bf56d4fc984c35c5f49ef2a69fd475be00 100644
|
| --- a/base/threading/platform_thread.h
|
| +++ b/base/threading/platform_thread.h
|
| @@ -99,7 +99,7 @@ const PlatformThreadId kInvalidThreadId(0);
|
|
|
| // Valid values for priority of Thread::Options and SimpleThread::Options, and
|
| // SetCurrentThreadPriority(), listed in increasing order of importance.
|
| -enum class ThreadPriority {
|
| +enum class ThreadPriority : int {
|
| // Suitable for threads that shouldn't disrupt high priority work.
|
| BACKGROUND,
|
| // Default priority level.
|
|
|