| Index: net/http/http_pipelined_network_transaction_unittest.cc
|
| diff --git a/net/http/http_pipelined_network_transaction_unittest.cc b/net/http/http_pipelined_network_transaction_unittest.cc
|
| index 2fe20f443386a3414bd52ecf2b4ffcb27e52c7ec..a2e9337fbc4f4089e37142b027d947537f02f764 100644
|
| --- a/net/http/http_pipelined_network_transaction_unittest.cc
|
| +++ b/net/http/http_pipelined_network_transaction_unittest.cc
|
| @@ -112,7 +112,7 @@ class HttpPipelinedNetworkTransactionTest : public testing::Test {
|
|
|
| HttpRequestInfo* GetRequestInfo(
|
| const char* filename, RequestInfoOptions options = REQUEST_DEFAULT) {
|
| - std::string url = StringPrintf("http://localhost/%s", filename);
|
| + std::string url = base::StringPrintf("http://localhost/%s", filename);
|
| HttpRequestInfo* request_info = new HttpRequestInfo;
|
| request_info->url = GURL(url);
|
| request_info->method = "GET";
|
|
|