diff options
Diffstat (limited to 'content/renderer/npapi/webplugin_delegate_proxy.h')
-rw-r--r-- | content/renderer/npapi/webplugin_delegate_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/npapi/webplugin_delegate_proxy.h b/content/renderer/npapi/webplugin_delegate_proxy.h index 5b8c62c..2a308de 100644 --- a/content/renderer/npapi/webplugin_delegate_proxy.h +++ b/content/renderer/npapi/webplugin_delegate_proxy.h @@ -137,7 +137,7 @@ class WebPluginDelegateProxy 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, |