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

Unified Diff: net/tools/quic/quic_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/tools/quic/quic_server.h
diff --git a/net/tools/quic/quic_server.h b/net/tools/quic/quic_server.h
index 119fa78ee4e01352ad0f886843adab9759d9e9aa..54e8280c0e73c59126ee862abeb58c0b1b93ff52 100644
--- a/net/tools/quic/quic_server.h
+++ b/net/tools/quic/quic_server.h
@@ -59,7 +59,8 @@ class QuicServer : public EpollCallbackInterface {
// If packets_dropped is non-null, the socket is configured to track
// dropped packets, and some packets are read, it will be set to the number of
// dropped packets.
- static bool ReadAndDispatchSinglePacket(int fd, int port,
+ static bool ReadAndDispatchSinglePacket(int fd,
+ int port,
QuicDispatcher* dispatcher,
uint32* packets_dropped);

Powered by Google App Engine
This is Rietveld 408576698