Index: chrome/browser/ui/browser.cc |
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc |
index f1f36ff98b69d5e704a9c18ef2c70563fe61e164..22fcb5a4d87c25c7261cbbc0741ff84d8d2eb505 100644 |
--- a/chrome/browser/ui/browser.cc |
+++ b/chrome/browser/ui/browser.cc |
@@ -1692,7 +1692,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) |