Index: chrome/browser/infobars/infobar_delegate.cc |
=================================================================== |
--- chrome/browser/infobars/infobar_delegate.cc (revision 195011) |
+++ chrome/browser/infobars/infobar_delegate.cc (working copy) |
@@ -99,7 +99,7 @@ |
} |
void InfoBarDelegate::StoreActiveEntryUniqueID() { |
- content::WebContents* web_contents = owner_->GetWebContents(); |
+ content::WebContents* web_contents = owner_->web_contents(); |
DCHECK(web_contents); |
NavigationEntry* active_entry = |
web_contents->GetController().GetActiveEntry(); |