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

Unified Diff: chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc

Issue 2816513002: Revert of Change base::Value::ListStorage to std::vector<base::Value> (Closed)
Patch Set: 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: chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc
diff --git a/chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc b/chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc
index fef96508ad4b5c1cb469904ab0598fe002ff2711..e6123b8836b63f50af977db1b09381f3fdec7899 100644
--- a/chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc
+++ b/chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc
@@ -186,7 +186,7 @@
void AppendAll(const base::ListValue& from, base::ListValue* to) {
for (const auto& value : from)
- to->Append(value.CreateDeepCopy());
+ to->Append(value->CreateDeepCopy());
}
// Matcher to match base::Value.

Powered by Google App Engine
This is Rietveld 408576698