| Index: webkit/common/database/database_identifier.cc
|
| diff --git a/webkit/common/database/database_identifier.cc b/webkit/common/database/database_identifier.cc
|
| index 7bd53f77034cdc275a28bbed44b711f15922d04e..5bcc4ec6046e3f45eb0fd2d7817cb5b224c87deb 100644
|
| --- a/webkit/common/database/database_identifier.cc
|
| +++ b/webkit/common/database/database_identifier.cc
|
| @@ -116,7 +116,7 @@ DatabaseIdentifier::DatabaseIdentifier(const std::string& scheme,
|
| bool is_unique,
|
| bool is_file)
|
| : scheme_(scheme),
|
| - hostname_(StringToLowerASCII(hostname)),
|
| + hostname_(base::StringToLowerASCII(hostname)),
|
| port_(port),
|
| is_unique_(is_unique),
|
| is_file_(is_file) {
|
|
|