Index: chrome/browser/ui/search/new_tab_page_interceptor_service.cc |
diff --git a/chrome/browser/ui/search/new_tab_page_interceptor_service.cc b/chrome/browser/ui/search/new_tab_page_interceptor_service.cc |
index 2774a3ab32fe2dc66ea01711984d9bf2f0286312..e31454959e4b42e27ccd3c796f47901d6c119853 100644 |
--- a/chrome/browser/ui/search/new_tab_page_interceptor_service.cc |
+++ b/chrome/browser/ui/search/new_tab_page_interceptor_service.cc |
@@ -61,7 +61,7 @@ class NewTabPageInterceptor : public net::URLRequestInterceptor { |
net::NetworkDelegate* network_delegate) const override { |
DCHECK_CURRENTLY_ON(content::BrowserThread::IO); |
if ((request->url() != new_tab_url_) || |
- (new_tab_url_ == GURL(chrome::kChromeSearchLocalNtpUrl))) { |
+ (new_tab_url_ == chrome::kChromeSearchLocalNtpUrl)) { |
return nullptr; |
} |
// User has canceled this navigation so it shouldn't be redirected. |