diff options
Diffstat (limited to 'chromeos/network/shill_property_util.cc')
-rw-r--r-- | chromeos/network/shill_property_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/network/shill_property_util.cc b/chromeos/network/shill_property_util.cc index 35e4bb1..ff3980a 100644 --- a/chromeos/network/shill_property_util.cc +++ b/chromeos/network/shill_property_util.cc @@ -88,7 +88,7 @@ std::string GetSSIDFromProperties(const base::DictionaryValue& properties, return std::string(); } - if (IsStringUTF8(ssid)) + if (base::IsStringUTF8(ssid)) return ssid; // Detect encoding and convert to UTF-8. |