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

Unified Diff: chrome/browser/chromeos/display/display_preferences_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: 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 8e1d70aea42049ccd05619f126e61c734bb83937..d9b080dd66426ecbca1db06252b7d96317b3b073 100644
--- a/chrome/browser/chromeos/display/display_preferences_unittest.cc
+++ b/chrome/browser/chromeos/display/display_preferences_unittest.cc
@@ -156,8 +156,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