Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chromeos / network / shill_property_util.cc
index 35e4bb1..ff3980a 100644 (file)
@@ -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.