| Index: content/browser/web_contents/web_contents_impl.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
| index 253e13548810c5ae985a15dfdadf79d3165012b4..f03a88a18e90016fbade6fed136eb2ab6266fd3e 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -3200,7 +3200,7 @@ bool WebContentsImpl::FocusLocationBarByDefault() {
|
| NavigationEntryImpl* entry = controller_.GetPendingEntry();
|
| if (controller_.IsInitialNavigation() && entry &&
|
| !entry->is_renderer_initiated() &&
|
| - entry->GetURL() == GURL(url::kAboutBlankURL)) {
|
| + entry->GetURL() == url::kAboutBlankURL) {
|
| return true;
|
| }
|
| return delegate_ && delegate_->ShouldFocusLocationBarByDefault(this);
|
|
|