diff options
Diffstat (limited to 'chrome/browser/debugger/debugger_io_socket.h')
-rw-r--r-- | chrome/browser/debugger/debugger_io_socket.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/debugger/debugger_io_socket.h b/chrome/browser/debugger/debugger_io_socket.h index 551e14d..ea7c522 100644 --- a/chrome/browser/debugger/debugger_io_socket.h +++ b/chrome/browser/debugger/debugger_io_socket.h @@ -12,9 +12,9 @@ class DebuggerHost; class MessageLoop; // Interaction with the underlying Socket object MUST happen in the IO thread. -// However, Debugger will call into this object from the main thread. As a result -// we wind up having helper methods that we call with InvokeLater into the IO -// thread. +// However, Debugger will call into this object from the main thread. As a +// result we wind up having helper methods that we call with InvokeLater into +// the IO thread. class DebuggerInputOutputSocket: public DebuggerInputOutput, public ListenSocket::ListenSocketDelegate { |