Chromium Code Reviews| Index: content/browser/browser_plugin/browser_plugin_guest.cc |
| diff --git a/content/browser/browser_plugin/browser_plugin_guest.cc b/content/browser/browser_plugin/browser_plugin_guest.cc |
| index 14dbc9adffe89b5e1f08a22830e3ddc809b52c0c..3248afdfb54b856da8d5e4bdc2dd847938571b1b 100644 |
| --- a/content/browser/browser_plugin/browser_plugin_guest.cc |
| +++ b/content/browser/browser_plugin/browser_plugin_guest.cc |
| @@ -92,7 +92,7 @@ static std::string RetrieveDownloadURLFromRequestId( |
| ResourceDispatcherHostImpl::Get()->GetURLRequest(global_id); |
| if (url_request) |
| return url_request->url().possibly_invalid_spec(); |
| - return ""; |
| + return std::string(); |
| } |
| } |