diff options
Diffstat (limited to 'content/child/npapi/webplugin_delegate_impl.h')
-rw-r--r-- | content/child/npapi/webplugin_delegate_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/child/npapi/webplugin_delegate_impl.h b/content/child/npapi/webplugin_delegate_impl.h index e37a651..efafa81 100644 --- a/content/child/npapi/webplugin_delegate_impl.h +++ b/content/child/npapi/webplugin_delegate_impl.h @@ -121,7 +121,7 @@ class WebPluginDelegateImpl : public WebPluginDelegate { const std::string& method, const char* buf, unsigned int len, - const GURL& referrer, + const Referrer& referrer, bool notify_redirects, bool is_plugin_src_load, int origin_pid, |