| Index: chromeos/network/network_state.h
|
| diff --git a/chromeos/network/network_state.h b/chromeos/network/network_state.h
|
| index 67590829047db4aa688d6727f569d74c0e41f483..1e0c470d7be3869725e1d380703296dc0ae910a8 100644
|
| --- a/chromeos/network/network_state.h
|
| +++ b/chromeos/network/network_state.h
|
| @@ -109,6 +109,7 @@ class CHROMEOS_EXPORT NetworkState : public ManagedState {
|
| // Generates a name from properties."Wifi.HexSSID" if present, otherwise
|
| // validates properties.Name and returns a valid utf8 version.
|
| static std::string GetNameFromProperties(
|
| + const std::string& service_path,
|
| const base::DictionaryValue& properties);
|
|
|
| private:
|
|
|