Chromium Code Reviews| Index: ppapi/utility/threading/simple_thread.cc |
| diff --git a/ppapi/utility/threading/simple_thread.cc b/ppapi/utility/threading/simple_thread.cc |
| index d0876e943719e1bc4949b0683cf19763bb40f110..f17c237b12ce237ef1a5fe1db8bde151ad48c7f3 100644 |
| --- a/ppapi/utility/threading/simple_thread.cc |
| +++ b/ppapi/utility/threading/simple_thread.cc |
| @@ -38,7 +38,7 @@ void* RunThread(void* void_data) { |
| } // namespace |
| -SimpleThread::SimpleThread(Instance* instance) |
| +SimpleThread::SimpleThread(const InstanceHandle& instance) |
| : instance_(instance), |
| message_loop_(instance), |
| thread_(0) { |