Index: ppapi/tests/test_post_message.cc |
diff --git a/ppapi/tests/test_post_message.cc b/ppapi/tests/test_post_message.cc |
index 6a415bbd58e9e5e906995ced5c0c743b5e7b827a..8e7be05635d5eeae65b3f842636645c62684115c 100644 |
--- a/ppapi/tests/test_post_message.cc |
+++ b/ppapi/tests/test_post_message.cc |
@@ -869,7 +869,7 @@ std::string TestPostMessage::TestNonMainThread() { |
// times. For good measure, call postMessage from the main thread |
// kMessagesToSendPerThread times. At the end, we make sure we got all the |
// values we expected. |
- PP_ThreadType threads[kThreadsToRun]; |
+ PP_Thread threads[kThreadsToRun]; |
for (int32_t i = 0; i < kThreadsToRun; ++i) { |
// Set up a thread to send a value of i. |
void* arg = new InvokePostMessageThreadArg(instance_, pp::Var(i)); |