summaryrefslogtreecommitdiffstats
path: root/chromium/ppapi/shared_impl/ppb_tcp_socket_shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ppapi/shared_impl/ppb_tcp_socket_shared.h')
-rw-r--r--chromium/ppapi/shared_impl/ppb_tcp_socket_shared.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/chromium/ppapi/shared_impl/ppb_tcp_socket_shared.h b/chromium/ppapi/shared_impl/ppb_tcp_socket_shared.h
index c723bdc6e18..82286702bb3 100644
--- a/chromium/ppapi/shared_impl/ppb_tcp_socket_shared.h
+++ b/chromium/ppapi/shared_impl/ppb_tcp_socket_shared.h
@@ -29,14 +29,7 @@ class PPAPI_SHARED_EXPORT TCPSocketState {
// Transitions that will change the socket state. Please note that
// read/write/accept are not included because they don't change the socket
// state.
- enum TransitionType {
- NONE,
- BIND,
- CONNECT,
- SSL_CONNECT,
- LISTEN,
- CLOSE
- };
+ enum TransitionType { NONE, BIND, CONNECT, SSL_CONNECT, LISTEN, CLOSE };
explicit TCPSocketState(StateType state);
~TCPSocketState();