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

Unified Diff: net/websockets/websocket_handshake_handler.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/websockets/websocket_handshake_handler.h
diff --git a/net/websockets/websocket_handshake_handler.h b/net/websockets/websocket_handshake_handler.h
index 73af66d0aaa2716c96d2445ef00f6948fc7e420e..d71977144934a4aa248f859aa33f95941fb3a1b1 100644
--- a/net/websockets/websocket_handshake_handler.h
+++ b/net/websockets/websocket_handshake_handler.h
@@ -23,8 +23,7 @@
namespace net {
-void ComputeSecWebSocketAccept(const std::string& key,
- std::string* accept);
+void ComputeSecWebSocketAccept(const std::string& key, std::string* accept);
class NET_EXPORT_PRIVATE WebSocketHandshakeRequestHandler {
public:
@@ -40,8 +39,7 @@ class NET_EXPORT_PRIVATE WebSocketHandshakeRequestHandler {
// Appends the header value pair for |name| and |value|, if |name| doesn't
// exist.
- void AppendHeaderIfMissing(const std::string& name,
- const std::string& value);
+ void AppendHeaderIfMissing(const std::string& name, const std::string& value);
// Removes the headers that matches (case insensitive).
void RemoveHeaders(const char* const headers_to_remove[],
size_t headers_to_remove_len);

Powered by Google App Engine
This is Rietveld 408576698