Index: chrome/browser/sidebar/sidebar_container.cc |
=================================================================== |
--- chrome/browser/sidebar/sidebar_container.cc (revision 115228) |
+++ chrome/browser/sidebar/sidebar_container.cc (working copy) |
@@ -89,7 +89,7 @@ |
void SidebarContainer::Navigate(const GURL& url) { |
// TODO(alekseys): add a progress UI. |
navigate_to_default_page_on_expand_ = false; |
- sidebar_contents_->controller().LoadURL( |
+ sidebar_contents_->GetController().LoadURL( |
url, content::Referrer(), content::PAGE_TRANSITION_START_PAGE, |
std::string()); |
} |