From d3216441b7726c31fb0ae9b9d90b64421e14ca39 Mon Sep 17 00:00:00 2001 From: "maruel@google.com" Date: Thu, 5 Mar 2009 21:07:27 +0000 Subject: NO CODE CHANGE. Split the lines >80 cols. (Part 1) Review URL: http://codereview.chromium.org/39206 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11032 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/debugger/debugger_io_socket.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chrome/browser/debugger/debugger_io_socket.h') 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 { -- cgit v1.1