| 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) {
|
|
|