Index: chrome/browser/ui/browser.cc |
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc |
index 3a3e35fad37676e05457023a605953f298dd5f5a..5c8d87ea3911b89b35251974a8b2066931ba0485 100644 |
--- a/chrome/browser/ui/browser.cc |
+++ b/chrome/browser/ui/browser.cc |
@@ -1661,7 +1661,7 @@ void Browser::ReloadInternal(WindowOpenDisposition disposition, |
// Also notify RenderViewHostDelegate of the user gesture; this is |
// normally done in Browser::Navigate, but a reload bypasses Navigate. |
WebContents* tab = GetOrCloneTabForDisposition(disposition); |
- tab->GetRenderViewHost()->delegate()->OnUserGesture(); |
+ tab->GetRenderViewHost()->GetDelegate()->OnUserGesture(); |
if (!tab->FocusLocationBarByDefault()) |
tab->Focus(); |
if (ignore_cache) |