Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: chromeos/network/network_state.cc

Issue 2843813002: Remove SetWithoutPathExpansion (Closed)
Patch Set: Fix CrOS Error Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromeos/network/network_state.cc
diff --git a/chromeos/network/network_state.cc b/chromeos/network/network_state.cc
index 838faa0b3b8f1dfc9b6f01f6b71c7dc904403343..5433354b9dc7af0cb55619a6ba150e381f89300d 100644
--- a/chromeos/network/network_state.cc
+++ b/chromeos/network/network_state.cc
@@ -259,7 +259,7 @@ void NetworkState::GetStateProperties(base::DictionaryValue* dictionary) const {
shill::kHostProperty, third_party_vpn_provider_extension_id_);
}
dictionary->SetWithoutPathExpansion(shill::kProviderProperty,
- provider_property.release());
+ std::move(provider_property));
}
// Tether properties
« no previous file with comments | « chromeos/network/network_configuration_handler_unittest.cc ('k') | chromeos/network/network_state_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698