| Index: chromeos/network/shill_property_util.h
|
| diff --git a/chromeos/network/shill_property_util.h b/chromeos/network/shill_property_util.h
|
| index cc9da9c24377dbe0f6e1ba028d8cca709c4c7f73..f585da4086e12a27f01ed032df9cac1755a3e6a8 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
|
|
|