summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sidebar
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sidebar')
-rw-r--r--chrome/browser/sidebar/sidebar_container.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sidebar/sidebar_container.cc b/chrome/browser/sidebar/sidebar_container.cc
index 38bc6ec..f219d65 100644
--- a/chrome/browser/sidebar/sidebar_container.cc
+++ b/chrome/browser/sidebar/sidebar_container.cc
@@ -90,7 +90,7 @@ void SidebarContainer::Navigate(const GURL& url) {
// 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) {