Chromium Code Reviews| Index: chrome/browser/net/http_pipelining_compatibility_client.cc |
| diff --git a/chrome/browser/net/http_pipelining_compatibility_client.cc b/chrome/browser/net/http_pipelining_compatibility_client.cc |
| index 2ac129fa718637a04aee11ccfc6817bf9661199c..878a00acec5810d0768ab81e0b7d159753ba8aa7 100644 |
| --- a/chrome/browser/net/http_pipelining_compatibility_client.cc |
| +++ b/chrome/browser/net/http_pipelining_compatibility_client.cc |
| @@ -24,7 +24,6 @@ |
| #include "net/url_request/url_request_context.h" |
| #include "net/url_request/url_request_context_getter.h" |
| - |
|
rvargas (doing something else)
2014/02/11 03:21:28
I guess this belongs to another CL
gavinp
2014/02/11 16:37:18
Done.
|
| // This is included because the CACHE_HISTOGRAM_* macros allow dynamic metric |
| // names. |
| // TODO(gavinp,rvargas): Clean up this dependency by moving the needed |