Chromium Code Reviews

Unified Diff: components/translate/core/browser/translate_prefs.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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « components/sync_wifi/wifi_credential.cc ('k') | components/user_manager/user_manager_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/translate/core/browser/translate_prefs.cc
diff --git a/components/translate/core/browser/translate_prefs.cc b/components/translate/core/browser/translate_prefs.cc
index 31955ad7073fabc4ec0306aeec07375a94e71a29..a61cb1eeddf6413d39b5ea47111205c99f958ce6 100644
--- a/components/translate/core/browser/translate_prefs.cc
+++ b/components/translate/core/browser/translate_prefs.cc
@@ -568,7 +568,7 @@ void TranslatePrefs::RemoveValueFromBlacklist(const char* pref_id,
NOTREACHED() << "Unregistered translate blacklist pref";
return;
}
- base::StringValue string_value(value);
+ base::Value string_value(value);
blacklist->Remove(string_value, NULL);
}
« no previous file with comments | « components/sync_wifi/wifi_credential.cc ('k') | components/user_manager/user_manager_base.cc » ('j') | no next file with comments »

Powered by Google App Engine