Index: components/wifi/wifi_service_win.cc |
diff --git a/components/wifi/wifi_service_win.cc b/components/wifi/wifi_service_win.cc |
index ac4d0118bb706f774297896201ee350b421067d5..71342a2745d02e8a445eab97b6ffe157156f5507 100644 |
--- a/components/wifi/wifi_service_win.cc |
+++ b/components/wifi/wifi_service_win.cc |
@@ -530,7 +530,7 @@ void WiFiServiceImpl::CreateNetwork( |
return; |
} |
- base::string16 profile_xml16(UTF8ToUTF16(profile_xml)); |
+ base::string16 profile_xml16(base::UTF8ToUTF16(profile_xml)); |
DWORD reason_code = 0u; |
error_code = WlanSetProfile_function_(client_, |