| Index: chrome/browser/sidebar/sidebar_container.cc
|
| ===================================================================
|
| --- chrome/browser/sidebar/sidebar_container.cc (revision 105162)
|
| +++ chrome/browser/sidebar/sidebar_container.cc (working copy)
|
| @@ -90,7 +90,7 @@
|
| // TODO(alekseys): add a progress UI.
|
| navigate_to_default_page_on_expand_ = false;
|
| sidebar_contents_->controller().LoadURL(
|
| - url, GURL(), PageTransition::START_PAGE, std::string());
|
| + url, GURL(), content::PAGE_TRANSITION_START_PAGE, std::string());
|
| }
|
|
|
| void SidebarContainer::SetBadgeText(const string16& badge_text) {
|
|
|