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

Unified Diff: chrome/browser/chromeos/display/display_preferences_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
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 d9b080dd66426ecbca1db06252b7d96317b3b073..7ac6f7bc135110c0459eca45335dae137dd75c59 100644
--- a/chrome/browser/chromeos/display/display_preferences_unittest.cc
+++ b/chrome/browser/chromeos/display/display_preferences_unittest.cc
@@ -1078,7 +1078,7 @@ TEST_F(DisplayPreferencesTest, RestoreUnifiedMode) {
StoreDisplayBoolPropertyForList(list, "default_unified", true);
StoreDisplayPropertyForList(
list, "primary-id",
- base::MakeUnique<base::StringValue>(base::Int64ToString(id1)));
+ base::MakeUnique<base::Value>(base::Int64ToString(id1)));
LoadDisplayPreferences(false);
// Should not restore to unified unless unified desktop is enabled.

Powered by Google App Engine
This is Rietveld 408576698