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

Unified Diff: net/websockets/websocket_handshake_request_info.cc

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/websockets/websocket_handshake_request_info.cc
diff --git a/net/websockets/websocket_handshake_request_info.cc b/net/websockets/websocket_handshake_request_info.cc
index 7acd4d0433c752e0bf98fa7f4e9db17bc6e9c3fc..22aa8cf1048cdfdbad484c4e0aca0cfba1661ceb 100644
--- a/net/websockets/websocket_handshake_request_info.cc
+++ b/net/websockets/websocket_handshake_request_info.cc
@@ -12,8 +12,10 @@ namespace net {
WebSocketHandshakeRequestInfo::WebSocketHandshakeRequestInfo(
const GURL& url,
base::Time request_time)
- : url(url), request_time(request_time) {}
+ : url(url), request_time(request_time) {
+}
-WebSocketHandshakeRequestInfo::~WebSocketHandshakeRequestInfo() {}
+WebSocketHandshakeRequestInfo::~WebSocketHandshakeRequestInfo() {
+}
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698