Index: chrome/browser/chromeos/notifications/balloon_view.cc |
=================================================================== |
--- chrome/browser/chromeos/notifications/balloon_view.cc (revision 115228) |
+++ chrome/browser/chromeos/notifications/balloon_view.cc (working copy) |
@@ -237,7 +237,7 @@ |
stale_ = false; |
if (!html_contents_->tab_contents()) |
return; |
- html_contents_->tab_contents()->controller().LoadURL( |
+ html_contents_->tab_contents()->GetController().LoadURL( |
balloon_->notification().content_url(), content::Referrer(), |
content::PAGE_TRANSITION_LINK, std::string()); |
} |