| Index: chrome/browser/net/http_pipelining_compatibility_client_unittest.cc
|
| diff --git a/chrome/browser/net/http_pipelining_compatibility_client_unittest.cc b/chrome/browser/net/http_pipelining_compatibility_client_unittest.cc
|
| index 39ebfcd3c5e68fe9a445269122a3c69c2ac6bbe2..9e3caea0a7fe3e8e197ca32bae76e73306df1842 100644
|
| --- a/chrome/browser/net/http_pipelining_compatibility_client_unittest.cc
|
| +++ b/chrome/browser/net/http_pipelining_compatibility_client_unittest.cc
|
| @@ -48,6 +48,7 @@ class HttpPipeliningCompatibilityClientTest : public testing::Test {
|
| HttpPipeliningCompatibilityClientTest()
|
| : test_server_(
|
| net::TestServer::TYPE_HTTP,
|
| + net::TestServer::kLocalhost,
|
| FilePath(FILE_PATH_LITERAL("chrome/test/data/http_pipelining"))),
|
| io_thread_(content::BrowserThread::IO, &message_loop_) {
|
| }
|
|
|