diff options
Diffstat (limited to 'chromeos/network/shill_property_util.h')
-rw-r--r-- | chromeos/network/shill_property_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/network/shill_property_util.h b/chromeos/network/shill_property_util.h index cc9da9c..f585da4 100644 --- a/chromeos/network/shill_property_util.h +++ b/chromeos/network/shill_property_util.h @@ -22,7 +22,7 @@ class NetworkUIData; namespace shill_property_util { // Sets the |ssid| in |properties|. -CHROMEOS_EXPORT void SetSSID(const std::string ssid, +CHROMEOS_EXPORT void SetSSID(const std::string& ssid, base::DictionaryValue* properties); // Returns the SSID from |properties| in UTF-8 encoding. If |verbose_logging| is |