Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Unified Diff: net/socket/stream_listen_socket.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/socket/stream_listen_socket.h
diff --git a/net/socket/stream_listen_socket.h b/net/socket/stream_listen_socket.h
index 90b54500ace17f2f28631f3fa8449e644564f298..011b9c1d2e36455dcedb93b667e5dd30ccc6fbc4 100644
--- a/net/socket/stream_listen_socket.h
+++ b/net/socket/stream_listen_socket.h
@@ -38,12 +38,11 @@ namespace net {
class IPEndPoint;
-class NET_EXPORT StreamListenSocket
- :
+class NET_EXPORT StreamListenSocket :
#if defined(OS_WIN)
- public base::win::ObjectWatcher::Delegate {
+ public base::win::ObjectWatcher::Delegate {
#elif defined(OS_POSIX)
- public base::MessageLoopForIO::Watcher {
+ public base::MessageLoopForIO::Watcher {
#endif
public:
@@ -79,11 +78,7 @@ class NET_EXPORT StreamListenSocket
static const int kSocketError;
protected:
- enum WaitState {
- NOT_WAITING = 0,
- WAITING_ACCEPT = 1,
- WAITING_READ = 2
- };
+ enum WaitState { NOT_WAITING = 0, WAITING_ACCEPT = 1, WAITING_READ = 2 };
StreamListenSocket(SocketDescriptor s, Delegate* del);

Powered by Google App Engine
This is Rietveld 408576698