Index: chrome/common/custom_handlers/protocol_handler.cc |
diff --git a/chrome/common/custom_handlers/protocol_handler.cc b/chrome/common/custom_handlers/protocol_handler.cc |
index 9b0278889e95cb6c18cda6749548793954c6d39e..d484fb6b82411adea35961ac136ccaa7ff82ff03 100644 |
--- a/chrome/common/custom_handlers/protocol_handler.cc |
+++ b/chrome/common/custom_handlers/protocol_handler.cc |
@@ -18,7 +18,7 @@ ProtocolHandler::ProtocolHandler(const std::string& protocol, |
ProtocolHandler ProtocolHandler::CreateProtocolHandler( |
const std::string& protocol, |
const GURL& url) { |
- std::string lower_protocol = StringToLowerASCII(protocol); |
+ std::string lower_protocol = base::StringToLowerASCII(protocol); |
return ProtocolHandler(lower_protocol, url); |
} |