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

Unified Diff: components/search_engines/default_search_manager_unittest.cc

Issue 2666093002: Remove base::FundamentalValue (Closed)
Patch Set: Rebase Created 3 years, 10 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: components/search_engines/default_search_manager_unittest.cc
diff --git a/components/search_engines/default_search_manager_unittest.cc b/components/search_engines/default_search_manager_unittest.cc
index d624e05f8393556cfaf0f0aff17a11bbbf9fdecb..f2a12757b92e686c1da71062c7d445ded1aa5c48 100644
--- a/components/search_engines/default_search_manager_unittest.cc
+++ b/components/search_engines/default_search_manager_unittest.cc
@@ -30,7 +30,7 @@ namespace {
void SetOverrides(sync_preferences::TestingPrefServiceSyncable* prefs,
bool update) {
prefs->SetUserPref(prefs::kSearchProviderOverridesVersion,
- new base::FundamentalValue(1));
+ new base::Value(1));
base::ListValue* overrides = new base::ListValue;
std::unique_ptr<base::DictionaryValue> entry(new base::DictionaryValue);
« no previous file with comments | « components/prefs/testing_pref_store.cc ('k') | components/search_engines/default_search_policy_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698