Index: content/browser/web_contents/web_contents_impl.cc |
=================================================================== |
--- content/browser/web_contents/web_contents_impl.cc (revision 276109) |
+++ content/browser/web_contents/web_contents_impl.cc (working copy) |
@@ -2265,7 +2265,7 @@ |
bool WebContentsImpl::FocusLocationBarByDefault() { |
NavigationEntry* entry = controller_.GetVisibleEntry(); |
- if (entry && entry->GetURL() == GURL(kAboutBlankURL)) |
+ if (entry && entry->GetURL() == GURL(url::kAboutBlankURL)) |
return true; |
return delegate_ && delegate_->ShouldFocusLocationBarByDefault(this); |
} |