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

Unified Diff: services/catalog/public/tools/catalog.cc.tmpl

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
Index: services/catalog/public/tools/catalog.cc.tmpl
diff --git a/services/catalog/public/tools/catalog.cc.tmpl b/services/catalog/public/tools/catalog.cc.tmpl
index 2edab791594826eb6e625b3680a487f2ccbe290e..f905080e8e231ee9d4a099c6a53bd3651386576c 100644
--- a/services/catalog/public/tools/catalog.cc.tmpl
+++ b/services/catalog/public/tools/catalog.cc.tmpl
@@ -39,7 +39,7 @@ base::MakeUnique<base::Value>({{source}})
{%- elif source|is_bool -%}
base::MakeUnique<base::Value>({{source|lower}})
{%- elif source|is_string or source|is_unicode -%}
-base::MakeUnique<base::StringValue>("{{source|make_ascii}}")
+base::MakeUnique<base::Value>("{{source|make_ascii}}")
{%- else %}
{{raise("Unknown value type: %s" % source, source)}}
{%- endif %}
« no previous file with comments | « rlz/chromeos/lib/rlz_value_store_chromeos.cc ('k') | services/preferences/public/cpp/tests/pref_client_store_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698