| 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 04dddfe7ea8a18641c7c2c853ec14698fe75815b..448763811ffaf93957c940dddfd53ddc54e675c1 100644
|
| --- a/chrome/browser/net/http_pipelining_compatibility_client_unittest.cc
|
| +++ b/chrome/browser/net/http_pipelining_compatibility_client_unittest.cc
|
| @@ -83,8 +83,9 @@ class HttpPipeliningCompatibilityClientTest : public testing::Test {
|
| HttpPipeliningCompatibilityClientTest()
|
| : test_server_(net::TestServer::TYPE_HTTP,
|
| net::TestServer::kLocalhost,
|
| - base::FilePath(FILE_PATH_LITERAL(
|
| - "chrome/test/data/http_pipelining"))),
|
| + net::TestServer::GetSourceRelativePath(
|
| + base::FilePath(FILE_PATH_LITERAL(
|
| + "chrome/test/data/http_pipelining")))),
|
| io_thread_(BrowserThread::IO, &message_loop_) {
|
| }
|
|
|
|
|