| Index: device/serial/serial_io_handler_win.h
|
| diff --git a/device/serial/serial_io_handler_win.h b/device/serial/serial_io_handler_win.h
|
| index ed45f5bb9c1f35e39c20882b22b66fdb7179f801..6ffaea3d6dbb8e9c86d00a59b356ff4e9801ee27 100644
|
| --- a/device/serial/serial_io_handler_win.h
|
| +++ b/device/serial/serial_io_handler_win.h
|
| @@ -31,7 +31,8 @@ class SerialIoHandlerWin : public SerialIoHandler,
|
| friend class SerialIoHandler;
|
|
|
| explicit SerialIoHandlerWin(
|
| - scoped_refptr<base::MessageLoopProxy> file_thread_message_loop);
|
| + scoped_refptr<base::MessageLoopProxy> file_thread_message_loop,
|
| + scoped_refptr<base::MessageLoopProxy> ui_thread_message_loop);
|
| virtual ~SerialIoHandlerWin();
|
|
|
| // base::MessageLoopForIO::IOHandler implementation.
|
|
|