| 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);
|
|
|