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

Unified Diff: chrome/browser/chromeos/display/display_preferences_unittest.cc

Issue 2476493003: Remove FundamentalValue
Patch Set: Fix Created 4 years, 1 month 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: chrome/browser/chromeos/display/display_preferences_unittest.cc
diff --git a/chrome/browser/chromeos/display/display_preferences_unittest.cc b/chrome/browser/chromeos/display/display_preferences_unittest.cc
index 553c0b6b07f26d2fde39d3ec33c2acaef7ce822a..e7c4b6fdee3eab1db4849d8d29a6e669ab3b35fa 100644
--- a/chrome/browser/chromeos/display/display_preferences_unittest.cc
+++ b/chrome/browser/chromeos/display/display_preferences_unittest.cc
@@ -153,8 +153,8 @@ class DisplayPreferencesTest : public ash::test::AshTestBase {
void StoreDisplayBoolPropertyForList(const display::DisplayIdList& list,
const std::string& key,
bool value) {
- StoreDisplayPropertyForList(
- list, key, base::MakeUnique<base::FundamentalValue>(value));
+ StoreDisplayPropertyForList(list, key,
+ base::MakeUnique<base::Value>(value));
}
void StoreDisplayLayoutPrefForList(const display::DisplayIdList& list,

Powered by Google App Engine
This is Rietveld 408576698