| Index: components/wifi/network_properties.cc
|
| diff --git a/components/wifi/network_properties.cc b/components/wifi/network_properties.cc
|
| index 4e12aaebda2ea682b9424b0ab36bc19fce7105ab..91aa57583cf6bfbcef99f30cb62ef83a4079741b 100644
|
| --- a/components/wifi/network_properties.cc
|
| +++ b/components/wifi/network_properties.cc
|
| @@ -59,7 +59,7 @@ scoped_ptr<base::DictionaryValue> NetworkProperties::ToValue(
|
| }
|
| value->Set(onc::network_type::kWiFi, wifi.release());
|
|
|
| - return value.Pass();
|
| + return value;
|
| }
|
|
|
| bool NetworkProperties::UpdateFromValue(const base::DictionaryValue& value) {
|
|
|