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

Unified Diff: net/server/http_server.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/server/http_server.h
diff --git a/net/server/http_server.h b/net/server/http_server.h
index 4309d122f1ead040eb28f2c2557a489b9fbff1b6..e380d8bfe4311c9a9b078fe2a9c1b9a47642e179 100644
--- a/net/server/http_server.h
+++ b/net/server/http_server.h
@@ -44,8 +44,7 @@ class HttpServer : public StreamListenSocket::Delegate,
HttpServer(const StreamListenSocketFactory& socket_factory,
HttpServer::Delegate* delegate);
- void AcceptWebSocket(int connection_id,
- const HttpServerRequestInfo& request);
+ void AcceptWebSocket(int connection_id, const HttpServerRequestInfo& request);
void SendOverWebSocket(int connection_id, const std::string& data);
// Sends the provided data directly to the given connection. No validation is
// performed that data constitutes a valid HTTP response. A valid HTTP
@@ -104,4 +103,4 @@ class HttpServer : public StreamListenSocket::Delegate,
} // namespace net
-#endif // NET_SERVER_HTTP_SERVER_H_
+#endif // NET_SERVER_HTTP_SERVER_H_

Powered by Google App Engine
This is Rietveld 408576698