Index: content/child/child_process.cc |
diff --git a/content/child/child_process.cc b/content/child/child_process.cc |
index db73ea32e48f6f45fcd6a5e20f3bf7550433d375..e4da8563e4e1144c73cdd05b37f9f21e2e040e27 100644 |
--- a/content/child/child_process.cc |
+++ b/content/child/child_process.cc |
@@ -48,7 +48,7 @@ ChildProcess::ChildProcess() |
base::Thread::Options(base::MessageLoop::TYPE_IO, 0))); |
#if defined(OS_ANDROID) |
- io_thread_.SetPriority(base::kThreadPriority_Display); |
+ io_thread_.SetPriority(base::ThreadPriority::DISPLAY); |
#endif |
} |