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

Unified Diff: net/socket/tcp_socket_libevent.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/tcp_socket_libevent.h
diff --git a/net/socket/tcp_socket_libevent.h b/net/socket/tcp_socket_libevent.h
index 9ef235be85d408a07b91b9d430b948f4436cfb40..1949d5a5e34ea31aec97c9e7e74cd053d418dd63 100644
--- a/net/socket/tcp_socket_libevent.h
+++ b/net/socket/tcp_socket_libevent.h
@@ -132,13 +132,12 @@ class NET_EXPORT TCPSocketLibevent : public base::NonThreadSafe {
// An attempt to do a fast open failed (FAST_OPEN_SLOW_CONNECT_RETURN)
// and our later probe for ack/nack state failed.
FAST_OPEN_NO_SYN_DATA_FAILED,
-
FAST_OPEN_MAX_VALUE
};
// Watcher simply forwards notifications to Closure objects set via the
// constructor.
- class Watcher: public base::MessageLoopForIO::Watcher {
+ class Watcher : public base::MessageLoopForIO::Watcher {
public:
Watcher(const base::Closure& read_ready_callback,
const base::Closure& write_ready_callback);

Powered by Google App Engine
This is Rietveld 408576698