Index: net/base/network_change_notifier.cc |
diff --git a/net/base/network_change_notifier.cc b/net/base/network_change_notifier.cc |
index d99496923f5aa8756d93d77352f61fc075f9de4a..12a637757ce7fbb7b5cd839794fdb2586e869294 100644 |
--- a/net/base/network_change_notifier.cc |
+++ b/net/base/network_change_notifier.cc |
@@ -670,7 +670,7 @@ NetworkChangeNotifier::ConnectionTypeFromInterfaceList( |
#endif |
// Remove VMware network interfaces as they're internal and should not be |
// used to determine the network connection type. |
- if (base::StringToLowerASCII(interfaces[i].friendly_name).find("vmnet") != |
+ if (base::ToLowerASCII(interfaces[i].friendly_name).find("vmnet") != |
std::string::npos) { |
continue; |
} |