summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/collected_cookies_infobar_delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/collected_cookies_infobar_delegate.cc')
-rw-r--r--chrome/browser/ui/collected_cookies_infobar_delegate.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/collected_cookies_infobar_delegate.cc b/chrome/browser/ui/collected_cookies_infobar_delegate.cc
index 0bd0d4f..75fad89 100644
--- a/chrome/browser/ui/collected_cookies_infobar_delegate.cc
+++ b/chrome/browser/ui/collected_cookies_infobar_delegate.cc
@@ -41,6 +41,6 @@ string16 CollectedCookiesInfoBarDelegate::GetButtonLabel(
}
bool CollectedCookiesInfoBarDelegate::Accept() {
- owner()->tab_contents()->controller().Reload(true);
+ owner()->tab_contents()->GetController().Reload(true);
return true;
}