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

Unified Diff: net/http/http_network_session.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/http/http_network_session.h
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index 04bd6ec241cf0ab0f0709188f6f361ee21a2d65a..4271c8141883de4d2435ff3fc04bd406dea0ac92 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -139,9 +139,7 @@ class NET_EXPORT HttpNetworkSession
HttpAuthHandlerFactory* http_auth_handler_factory() {
return http_auth_handler_factory_;
}
- NetworkDelegate* network_delegate() {
- return network_delegate_;
- }
+ NetworkDelegate* network_delegate() { return network_delegate_; }
base::WeakPtr<HttpServerProperties> http_server_properties() {
return http_server_properties_;
}
@@ -151,9 +149,7 @@ class NET_EXPORT HttpNetworkSession
HttpStreamFactory* http_stream_factory_for_websocket() {
return http_stream_factory_for_websocket_.get();
}
- NetLog* net_log() {
- return net_log_;
- }
+ NetLog* net_log() { return net_log_; }
HpackHuffmanAggregator* huffman_aggregator() {
return huffman_aggregator_.get();
}

Powered by Google App Engine
This is Rietveld 408576698