| Index: chrome/browser/android/ntp/new_tab_page_url_handler.cc
|
| diff --git a/chrome/browser/android/ntp/new_tab_page_url_handler.cc b/chrome/browser/android/ntp/new_tab_page_url_handler.cc
|
| index 38dc11cb5e41825e861359a3eff38eff69d93ff9..c5e32fd7b4406b915c586eccad8f204f6949c8a0 100644
|
| --- a/chrome/browser/android/ntp/new_tab_page_url_handler.cc
|
| +++ b/chrome/browser/android/ntp/new_tab_page_url_handler.cc
|
| @@ -37,7 +37,7 @@ bool HandleAndroidNativePageURL(GURL* url,
|
| // See http://crbug.com/654071.
|
| if (base::FeatureList::IsEnabled(features::kNativeAndroidHistoryManager) &&
|
| (url->host() == kChromeUIHistoryHost ||
|
| - url->host() == kChromeUIHistoryFrameHost)) {
|
| + url->host() == kChromeUIHistoryFrameHost)) {
|
| *url = GURL(content::kChromeUINativeHistoryURL);
|
| return true;
|
| }
|
|
|