| Index: components/wifi/network_properties.h
|
| diff --git a/components/wifi/network_properties.h b/components/wifi/network_properties.h
|
| index ae9a08d427db120fce40500ecf16980113d8be37..734137b33e4913e5cec6f5792204a5764528cce0 100644
|
| --- a/components/wifi/network_properties.h
|
| +++ b/components/wifi/network_properties.h
|
| @@ -32,6 +32,7 @@ typedef std::set<Frequency> FrequencySet;
|
| // |GetVisibleNetworks|.
|
| struct WIFI_EXPORT NetworkProperties {
|
| NetworkProperties();
|
| + NetworkProperties(const NetworkProperties& other);
|
| ~NetworkProperties();
|
|
|
| std::string connection_state;
|
|
|