Index: net/websockets/websocket_handshake_response_info.cc |
diff --git a/net/websockets/websocket_handshake_response_info.cc b/net/websockets/websocket_handshake_response_info.cc |
index b9588b63e3fd6d6043a2dad3a3cf186d3a73f43b..1a76b257a9f2aa4ba277053fa33394d33098e3b7 100644 |
--- a/net/websockets/websocket_handshake_response_info.cc |
+++ b/net/websockets/websocket_handshake_response_info.cc |
@@ -23,8 +23,10 @@ WebSocketHandshakeResponseInfo::WebSocketHandshakeResponseInfo( |
status_code(status_code), |
status_text(status_text), |
headers(headers), |
- response_time(response_time) {} |
+ response_time(response_time) { |
+} |
-WebSocketHandshakeResponseInfo::~WebSocketHandshakeResponseInfo() {} |
+WebSocketHandshakeResponseInfo::~WebSocketHandshakeResponseInfo() { |
+} |
} // namespace net |