From 5dcaf8ec918ad9caa97218b7921eb7946911248e Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Sat, 28 Dec 2013 01:31:42 +0000 Subject: Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in InterceptNavigationResourceThrottle. BUG=304341 Review URL: https://codereview.chromium.org/106203003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242655 0039d316-1c4b-4281-b951-d872f2087c98 --- .../navigation_interception/intercept_navigation_resource_throttle.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/navigation_interception/intercept_navigation_resource_throttle.h') diff --git a/components/navigation_interception/intercept_navigation_resource_throttle.h b/components/navigation_interception/intercept_navigation_resource_throttle.h index f4d2bf7..2e80ca0 100644 --- a/components/navigation_interception/intercept_navigation_resource_throttle.h +++ b/components/navigation_interception/intercept_navigation_resource_throttle.h @@ -14,7 +14,7 @@ class GURL; namespace content { -class RenderViewHost; +class WebContents; } namespace net { @@ -30,7 +30,7 @@ class NavigationParams; class InterceptNavigationResourceThrottle : public content::ResourceThrottle { public: typedef base::Callback CheckOnUIThreadCallback; -- cgit v1.1