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

Unified Diff: content/browser/service_manager/merge_dictionary.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
« no previous file with comments | « components/wifi/wifi_service_mac.mm ('k') | dbus/values_util_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/service_manager/merge_dictionary.cc
diff --git a/content/browser/service_manager/merge_dictionary.cc b/content/browser/service_manager/merge_dictionary.cc
index cee4593e12299cc1d904975d6591feb29d6e3d5f..edca552aced3de04f4baa6c164934b2405b8d951 100644
--- a/content/browser/service_manager/merge_dictionary.cc
+++ b/content/browser/service_manager/merge_dictionary.cc
@@ -36,7 +36,7 @@ void MergeDictionary(base::DictionaryValue* target,
}
}
// All other cases: Make a copy and hook it up.
- target->SetWithoutPathExpansion(it.key(), merge_value->DeepCopy());
+ target->SetWithoutPathExpansion(it.key(), merge_value->CreateDeepCopy());
}
}
« no previous file with comments | « components/wifi/wifi_service_mac.mm ('k') | dbus/values_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698