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

Unified Diff: chrome/browser/chromeos/arc/arc_session_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: chrome/browser/chromeos/arc/arc_session_manager_unittest.cc
diff --git a/chrome/browser/chromeos/arc/arc_session_manager_unittest.cc b/chrome/browser/chromeos/arc/arc_session_manager_unittest.cc
index b1a327f789ed9ab8a306a27cb73750d66f8bc014..5962707ddcfe391d1db03586735a987f83fb02c4 100644
--- a/chrome/browser/chromeos/arc/arc_session_manager_unittest.cc
+++ b/chrome/browser/chromeos/arc/arc_session_manager_unittest.cc
@@ -673,8 +673,8 @@ class ArcSessionOobeOptInNegotiatorTest
profile());
connector->OverrideIsManagedForTesting(true);
- profile()->GetTestingPrefService()->SetManagedPref(
- prefs::kArcEnabled, new base::FundamentalValue(true));
+ profile()->GetTestingPrefService()->SetManagedPref(prefs::kArcEnabled,
+ new base::Value(true));
}
arc_session_manager()->SetProfile(profile());

Powered by Google App Engine
This is Rietveld 408576698