| Index: net/proxy/proxy_script_fetcher_impl_unittest.cc
|
| diff --git a/net/proxy/proxy_script_fetcher_impl_unittest.cc b/net/proxy/proxy_script_fetcher_impl_unittest.cc
|
| index e3c0be9320367b6c485e28afe40d4c7bbe14dc97..b3dbc6c4e32ab9197d0cef5f9e4b2ec8a26e752b 100644
|
| --- a/net/proxy/proxy_script_fetcher_impl_unittest.cc
|
| +++ b/net/proxy/proxy_script_fetcher_impl_unittest.cc
|
| @@ -118,7 +118,9 @@ GURL GetTestFileUrl(const std::string& relpath) {
|
| class ProxyScriptFetcherImplTest : public PlatformTest {
|
| public:
|
| ProxyScriptFetcherImplTest()
|
| - : test_server_(TestServer::TYPE_HTTP, FilePath(kDocRoot)) {
|
| + : test_server_(TestServer::TYPE_HTTP,
|
| + net::TestServer::kLocalhost,
|
| + FilePath(kDocRoot)) {
|
| }
|
|
|
| static void SetUpTestCase() {
|
|
|