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