diff options
Diffstat (limited to 'chrome/plugin/webplugin_delegate_stub.cc')
-rw-r--r-- | chrome/plugin/webplugin_delegate_stub.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/plugin/webplugin_delegate_stub.cc b/chrome/plugin/webplugin_delegate_stub.cc index c42815a..a8a652f 100644 --- a/chrome/plugin/webplugin_delegate_stub.cc +++ b/chrome/plugin/webplugin_delegate_stub.cc @@ -309,7 +309,7 @@ void WebPluginDelegateStub::OnSendJavaScriptStream(const std::string& url, } void WebPluginDelegateStub::OnDidReceiveManualResponse( - const std::string& url, + const GURL& url, const PluginMsg_DidReceiveResponseParams& params) { delegate_->DidReceiveManualResponse(url, params.mime_type, params.headers, params.expected_length, |