Index: chromeos/network/network_util.cc |
diff --git a/chromeos/network/network_util.cc b/chromeos/network/network_util.cc |
index db4623bf2cbde33ab199badcab673a083ccbb50e..47960eecb140a85dd97fd88bf9d70b84b426350e 100644 |
--- a/chromeos/network/network_util.cc |
+++ b/chromeos/network/network_util.cc |
@@ -179,7 +179,7 @@ std::unique_ptr<base::DictionaryValue> TranslateNetworkStateToONC( |
shill::kProviderRequiresRoamingProperty, |
device->provider_requires_roaming()); |
shill_dictionary->SetWithoutPathExpansion(shill::kDeviceProperty, |
- device_dict.release()); |
+ std::move(device_dict)); |
} |
} |