Index: chrome/browser/history/history_tab_helper.cc |
diff --git a/chrome/browser/history/history_tab_helper.cc b/chrome/browser/history/history_tab_helper.cc |
index 9124655a5df01854dc13bf33cb57d5a750915b64..0117be104244d9ee3576af72af211fb497971615 100644 |
--- a/chrome/browser/history/history_tab_helper.cc |
+++ b/chrome/browser/history/history_tab_helper.cc |
@@ -69,7 +69,7 @@ HistoryTabHelper::CreateHistoryAddPageArgs( |
// Clicks on content suggestions on the NTP should not contribute to the |
// Most Visited tiles in the NTP. |
const bool consider_for_ntp_most_visited = |
- params.referrer.url != GURL(kChromeContentSuggestionsReferrer); |
+ params.referrer.url != kChromeContentSuggestionsReferrer; |
history::HistoryAddPageArgs add_page_args( |
params.url, timestamp, history::ContextIDForWebContents(web_contents()), |