Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1176)

Unified Diff: storage/common/database/database_identifier.cc

Issue 1282363003: Convert remaining StringToLowerASCII to ToLowerASCII (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sql/statement.cc ('k') | sync/internal_api/public/base/attachment_id_proto.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/common/database/database_identifier.cc
diff --git a/storage/common/database/database_identifier.cc b/storage/common/database/database_identifier.cc
index e642a1a28b42ebd1bebe797d9158d088073d24c0..094e01f8ac6184b3aea5c87da8198d16536883c8 100644
--- a/storage/common/database/database_identifier.cc
+++ b/storage/common/database/database_identifier.cc
@@ -116,7 +116,7 @@ DatabaseIdentifier::DatabaseIdentifier(const std::string& scheme,
bool is_unique,
bool is_file)
: scheme_(scheme),
- hostname_(base::StringToLowerASCII(hostname)),
+ hostname_(base::ToLowerASCII(hostname)),
port_(port),
is_unique_(is_unique),
is_file_(is_file) {
« no previous file with comments | « sql/statement.cc ('k') | sync/internal_api/public/base/attachment_id_proto.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698