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

Unified Diff: chrome/browser/sync/test/integration/two_client_app_list_sync_test.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/sync/test/integration/two_client_app_list_sync_test.cc
diff --git a/chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc b/chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc
index ce6269bfb6b360d0021d4b52f7b6e81fa3981c19..b46323a9c5b45bade861f394c5e99c5ab72e6eef 100644
--- a/chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc
+++ b/chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc
@@ -412,9 +412,8 @@ IN_PROC_BROWSER_TEST_F(TwoClientAppListSyncTest, RemoveDefault) {
// Flag Default app in Profile 1.
extensions::ExtensionPrefs::Get(GetProfile(1))
- ->UpdateExtensionPref(default_app_id,
- "was_installed_by_default",
- new base::FundamentalValue(true));
+ ->UpdateExtensionPref(default_app_id, "was_installed_by_default",
+ new base::Value(true));
// Remove the default app in Profile 0 and verifier, ensure it was removed
// in Profile 1.

Powered by Google App Engine
This is Rietveld 408576698