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

Unified Diff: net/spdy/hpack_huffman_aggregator.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/spdy/hpack_huffman_aggregator.h
diff --git a/net/spdy/hpack_huffman_aggregator.h b/net/spdy/hpack_huffman_aggregator.h
index 46ba0949c7a6a8edeb5e0d2eb957f2bb1fad2392..68c3c5ad9e0274d513086d3c8b31239c90b38d36 100644
--- a/net/spdy/hpack_huffman_aggregator.h
+++ b/net/spdy/hpack_huffman_aggregator.h
@@ -35,10 +35,10 @@ class NET_EXPORT_PRIVATE HpackHuffmanAggregator {
// emitted by that encoder are aggregated into internal character counts,
// which are periodically published to a UMA histogram.
void AggregateTransactionCharacterCounts(
- const HttpRequestInfo& request,
- const HttpRequestHeaders& request_headers,
- const ProxyServer& proxy,
- const HttpResponseHeaders& response_headers);
+ const HttpRequestInfo& request,
+ const HttpRequestHeaders& request_headers,
+ const ProxyServer& proxy,
+ const HttpResponseHeaders& response_headers);
// Returns whether the aggregator is enabled for the session by a field trial.
static bool UseAggregator();

Powered by Google App Engine
This is Rietveld 408576698