Index: chrome/browser/ui/webui/chromeos/network_ui.cc |
diff --git a/chrome/browser/ui/webui/chromeos/network_ui.cc b/chrome/browser/ui/webui/chromeos/network_ui.cc |
index f8ca248265909691a151af1f240ae06ae0668aa5..ac5352e47210a9b485d21fd50142626bb32e126c 100644 |
--- a/chrome/browser/ui/webui/chromeos/network_ui.cc |
+++ b/chrome/browser/ui/webui/chromeos/network_ui.cc |
@@ -67,7 +67,7 @@ void SetDeviceProperties(base::DictionaryValue* dictionary) { |
ip_configs.release()); |
} |
if (!device_dictionary->empty()) |
- dictionary->Set(shill::kDeviceProperty, device_dictionary.release()); |
+ dictionary->Set(shill::kDeviceProperty, std::move(device_dictionary)); |
} |
class NetworkConfigMessageHandler : public content::WebUIMessageHandler { |