| Index: ppapi/utility/threading/simple_thread.cc
|
| diff --git a/ppapi/utility/threading/simple_thread.cc b/ppapi/utility/threading/simple_thread.cc
|
| index f17c237b12ce237ef1a5fe1db8bde151ad48c7f3..783be3809910e1c723f9fc7a11ae66b8f49510ed 100644
|
| --- a/ppapi/utility/threading/simple_thread.cc
|
| +++ b/ppapi/utility/threading/simple_thread.cc
|
| @@ -13,7 +13,7 @@ namespace pp {
|
| namespace {
|
|
|
| struct ThreadData {
|
| - MessageLoop_Dev message_loop;
|
| + MessageLoop message_loop;
|
|
|
| SimpleThread::ThreadFunc func;
|
| void* user_data;
|
|
|