summaryrefslogtreecommitdiffstats
path: root/chrome/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/plugin')
-rw-r--r--chrome/plugin/chrome_plugin_host.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/plugin/chrome_plugin_host.cc b/chrome/plugin/chrome_plugin_host.cc
index b93fbfe..ff9503f 100644
--- a/chrome/plugin/chrome_plugin_host.cc
+++ b/chrome/plugin/chrome_plugin_host.cc
@@ -33,6 +33,7 @@
namespace {
using webkit_glue::ResourceLoaderBridge;
+using webkit_glue::ResourceResponseInfo;
static MessageLoop* g_plugin_thread_message_loop;
@@ -71,7 +72,7 @@ class PluginRequestHandlerProxy
virtual bool OnReceivedRedirect(
const GURL& new_url,
- const ResourceLoaderBridge::ResponseInfo& info,
+ const ResourceResponseInfo& info,
bool* has_new_first_party_for_cookies,
GURL* new_first_party_for_cookies) {
plugin_->functions().response_funcs->received_redirect(
@@ -82,7 +83,7 @@ class PluginRequestHandlerProxy
}
virtual void OnReceivedResponse(
- const ResourceLoaderBridge::ResponseInfo& info,
+ const ResourceResponseInfo& info,
bool content_filtered) {
response_headers_ = info.headers;
plugin_->functions().response_funcs->start_completed(