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

Unified Diff: net/websockets/websocket_basic_stream.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_basic_stream.h
diff --git a/net/websockets/websocket_basic_stream.h b/net/websockets/websocket_basic_stream.h
index ccfebd8e0cb9b8ac725488732a7c82a834b92451..834e00fe2f43b8fa6037f046793e992c9ffbf89e 100644
--- a/net/websockets/websocket_basic_stream.h
+++ b/net/websockets/websocket_basic_stream.h
@@ -32,11 +32,10 @@ class NET_EXPORT_PRIVATE WebSocketBasicStream : public WebSocketStream {
// This class should not normally be constructed directly; see
// WebSocketStream::CreateAndConnectStream() and
// WebSocketBasicHandshakeStream::Upgrade().
- WebSocketBasicStream(
- scoped_ptr<ClientSocketHandle> connection,
- const scoped_refptr<GrowableIOBuffer>& http_read_buffer,
- const std::string& sub_protocol,
- const std::string& extensions);
+ WebSocketBasicStream(scoped_ptr<ClientSocketHandle> connection,
+ const scoped_refptr<GrowableIOBuffer>& http_read_buffer,
+ const std::string& sub_protocol,
+ const std::string& extensions);
// The destructor has to make sure the connection is closed when we finish so
// that it does not get returned to the pool.

Powered by Google App Engine
This is Rietveld 408576698