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

Unified Diff: chrome/common/extensions/sync_type_unittest.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 | « chrome/common/extensions/manifest_unittest.cc ('k') | chrome/service/service_process_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/sync_type_unittest.cc
diff --git a/chrome/common/extensions/sync_type_unittest.cc b/chrome/common/extensions/sync_type_unittest.cc
index 8a85933eb73bd0c673a19867703e79640791031d..2ac283b45aabe0cba493cf9b1a6f0dec1b9a004f 100644
--- a/chrome/common/extensions/sync_type_unittest.cc
+++ b/chrome/common/extensions/sync_type_unittest.cc
@@ -65,7 +65,7 @@ class ExtensionSyncTypeTest : public testing::Test {
}
if (has_plugin_permission) {
base::ListValue* plugins = new base::ListValue();
- plugins->Set(0, new base::StringValue("plugin"));
+ plugins->Set(0, new base::Value("plugin"));
source.Set(keys::kPermissions, plugins);
}
« no previous file with comments | « chrome/common/extensions/manifest_unittest.cc ('k') | chrome/service/service_process_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698