| Index: chromeos/network/shill_property_util.cc
|
| diff --git a/chromeos/network/shill_property_util.cc b/chromeos/network/shill_property_util.cc
|
| index 35e4bb19a9154c532b57d8419f6690e94ffc7789..ff3980ac5b1502779f260fe62cdfed864c5cd30e 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.
|
|
|