Chromium Code Reviews| Index: net/http/http_vary_data.cc |
| diff --git a/net/http/http_vary_data.cc b/net/http/http_vary_data.cc |
| index c716ca0580241a88e2cf9989e88e78b47de59caf..51b74a4a3aacde2a166207076fc7164901c0c4b4 100644 |
| --- a/net/http/http_vary_data.cc |
| +++ b/net/http/http_vary_data.cc |
| @@ -105,7 +105,7 @@ std::string HttpVaryData::GetRequestValue( |
| if (request_info.extra_headers.GetHeader(request_header, &result)) |
| return result; |
| - return ""; |
| + return std::string(); |
| } |
| // static |