Index: ppapi/tests/test_case.cc |
diff --git a/ppapi/tests/test_case.cc b/ppapi/tests/test_case.cc |
index 52ec30619caa1f96463cb702d52fbff2108744cc..a2575560ca3cf916450fd8acb23aed4642b84c33 100644 |
--- a/ppapi/tests/test_case.cc |
+++ b/ppapi/tests/test_case.cc |
@@ -251,7 +251,7 @@ void TestCase::RunOnThreadInternal( |
void (*thread_func)(void*), |
void* thread_param, |
const PPB_Testing_Private* testing_interface) { |
- PP_ThreadType thread; |
+ PP_Thread thread; |
PP_CreateThread(&thread, thread_func, thread_param); |
// Run a message loop so pepper calls can be dispatched. The background |
// thread will set result_ and make us Quit when it's done. |