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

Unified Diff: content/shell/test_runner/tracked_dictionary.cc

Issue 2664753002: Remove base::StringValue (Closed)
Patch Set: Rebase Created 3 years, 9 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 | « content/shell/browser/shell_devtools_frontend.cc ('k') | dbus/values_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/test_runner/tracked_dictionary.cc
diff --git a/content/shell/test_runner/tracked_dictionary.cc b/content/shell/test_runner/tracked_dictionary.cc
index eaeba5fe86cc98985a8f871ee650f6a8bed2b128..87550a9191bf615a7fdfbb0d8d6f1178eae88ac2 100644
--- a/content/shell/test_runner/tracked_dictionary.cc
+++ b/content/shell/test_runner/tracked_dictionary.cc
@@ -45,7 +45,7 @@ void TrackedDictionary::SetBoolean(const std::string& path, bool new_value) {
void TrackedDictionary::SetString(const std::string& path,
const std::string& new_value) {
- Set(path, base::MakeUnique<base::StringValue>(new_value));
+ Set(path, base::MakeUnique<base::Value>(new_value));
}
} // namespace test_runner
« no previous file with comments | « content/shell/browser/shell_devtools_frontend.cc ('k') | dbus/values_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698