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(); |