Index: chrome/browser/ui/browser_navigator.cc |
=================================================================== |
--- chrome/browser/ui/browser_navigator.cc (revision 72247) |
+++ chrome/browser/ui/browser_navigator.cc (working copy) |
@@ -419,9 +419,8 @@ |
} |
if (user_initiated) { |
- RenderViewHostDelegate::BrowserIntegration* integration = |
- params->target_contents->tab_contents(); |
- integration->OnUserGesture(); |
+ static_cast<RenderViewHostDelegate*>(params->target_contents-> |
+ tab_contents())->OnUserGesture(); |
} |
// Perform the actual navigation. |