Index: net/http/http_pipelined_host_test_util.cc |
diff --git a/net/http/http_pipelined_host_test_util.cc b/net/http/http_pipelined_host_test_util.cc |
index 5162e983708f8fbae0fe6d9ed83ac24620f2462d..42604285beaf56541640016fabc86c8f9de87b5a 100644 |
--- a/net/http/http_pipelined_host_test_util.cc |
+++ b/net/http/http_pipelined_host_test_util.cc |
@@ -22,9 +22,7 @@ MockPipelineFactory::~MockPipelineFactory() { |
} |
MockPipeline::MockPipeline(int depth, bool usable, bool active) |
- : depth_(depth), |
- usable_(usable), |
- active_(active) { |
+ : depth_(depth), usable_(usable), active_(active) { |
} |
MockPipeline::~MockPipeline() { |