Index: device/serial/serial_io_handler_posix.h |
diff --git a/device/serial/serial_io_handler_posix.h b/device/serial/serial_io_handler_posix.h |
index 2cd00c6728cfd7e45824e86c12c80998f6c569c6..a35842ce74b1b5434957fde681dda8d7c7c94f81 100644 |
--- a/device/serial/serial_io_handler_posix.h |
+++ b/device/serial/serial_io_handler_posix.h |
@@ -29,7 +29,8 @@ class SerialIoHandlerPosix : public SerialIoHandler, |
private: |
friend class SerialIoHandler; |
- SerialIoHandlerPosix(); |
+ SerialIoHandlerPosix( |
+ scoped_refptr<base::MessageLoopProxy> file_thread_message_loop); |
virtual ~SerialIoHandlerPosix(); |
// base::MessageLoopForIO::Watcher implementation. |