| Index: net/http/http_pipelined_host.cc
|
| diff --git a/net/http/http_pipelined_host.cc b/net/http/http_pipelined_host.cc
|
| index ca477808e9bf964a97456fda42614348cad283bf..89e1c2cdc3f4ac46e5c36005a33a818222706094 100644
|
| --- a/net/http/http_pipelined_host.cc
|
| +++ b/net/http/http_pipelined_host.cc
|
| @@ -6,8 +6,7 @@
|
|
|
| namespace net {
|
|
|
| -HttpPipelinedHost::Key::Key(const HostPortPair& origin)
|
| - : origin_(origin) {
|
| +HttpPipelinedHost::Key::Key(const HostPortPair& origin) : origin_(origin) {
|
| }
|
|
|
| bool HttpPipelinedHost::Key::operator<(const Key& rhs) const {
|
|
|