| Index: content/browser/browser_plugin/browser_plugin_guest.h | 
| diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h | 
| index a982e49180e36f7445f7565fe2634512bd8bd6d0..f3e3e5f8670a3d4b2fc8f72c1650d660f86ee367 100644 | 
| --- a/content/browser/browser_plugin/browser_plugin_guest.h | 
| +++ b/content/browser/browser_plugin/browser_plugin_guest.h | 
| @@ -508,7 +508,7 @@ class CONTENT_EXPORT BrowserPluginGuest | 
| void DidRetrieveDownloadURLFromRequestId( | 
| const std::string& request_method, | 
| const base::Callback<void(bool)>& callback, | 
| -      const std::string& url); | 
| +      const GURL& url); | 
|  | 
| // Forwards all messages from the |pending_messages_| queue to the embedder. | 
| void SendQueuedMessages(); | 
|  |