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 f8af6a9000b486547b39d2ca815de836c89a6377..714feb117fcf1d5e3b267fecc168dc3b3384e345 100644 |
--- a/chrome/common/custom_handlers/protocol_handler.cc |
+++ b/chrome/common/custom_handlers/protocol_handler.cc |
@@ -75,7 +75,7 @@ base::DictionaryValue* ProtocolHandler::Encode() const { |
std::string ProtocolHandler::ToString() const { |
return "{ protocol=" + protocol_ + |
", url=" + url_.spec() + |
- ", title=" + UTF16ToASCII(title_) + |
+ ", title=" + base::UTF16ToASCII(title_) + |
" }"; |
} |
#endif |