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

Unified Diff: net/quic/quic_server_id.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/quic/quic_server_id.h
diff --git a/net/quic/quic_server_id.h b/net/quic/quic_server_id.h
index 6d016705cd81a72df3b2a490c3f9b9d4128e1318..233f4d189d1e2f528f3b3847e63150c88f6eda87 100644
--- a/net/quic/quic_server_id.h
+++ b/net/quic/quic_server_id.h
@@ -21,9 +21,7 @@ class NET_EXPORT_PRIVATE QuicServerId {
QuicServerId(const HostPortPair& host_port_pair,
bool is_https,
PrivacyMode privacy_mode);
- QuicServerId(const std::string& host,
- uint16 port,
- bool is_https);
+ QuicServerId(const std::string& host, uint16 port, bool is_https);
QuicServerId(const std::string& host,
uint16 port,
bool is_https,

Powered by Google App Engine
This is Rietveld 408576698