Index: components/history/core/browser/url_utils.cc |
diff --git a/components/history/core/browser/url_utils.cc b/components/history/core/browser/url_utils.cc |
index 54dc5a9fc56cb61ed79634893f0ad3e17c3b2ac7..522af9b9689de999c1548d971abd660314b59078 100644 |
--- a/components/history/core/browser/url_utils.cc |
+++ b/components/history/core/browser/url_utils.cc |
@@ -88,7 +88,6 @@ GURL ToggleHTTPAndHTTPS(const GURL& url) { |
std::string HostForTopHosts(const GURL& url) { |
std::string host = url.host(); |
- base::StringToLowerASCII(&host); |
if (base::StartsWith(host, "www.", base::CompareCase::SENSITIVE)) |
host.assign(host, 4, std::string::npos); |
return host; |