summaryrefslogtreecommitdiffstats
path: root/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc')
-rw-r--r--chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc b/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
index 3dc44191..f3e9941 100644
--- a/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
+++ b/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
@@ -326,7 +326,7 @@ class ProtocolHandlerRegistryTest : public testing::Test {
const GURL& url,
const std::string& title) {
return ProtocolHandler::CreateProtocolHandler(protocol, url,
- UTF8ToUTF16(title));
+ base::UTF8ToUTF16(title));
}
ProtocolHandler CreateProtocolHandler(const std::string& protocol,