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

Unified Diff: chrome/browser/sync/test/integration/two_client_app_list_sync_test.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/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..92ae9f9f8531ae7dd5af7bc260a8f26b261a087c 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
@@ -414,7 +414,7 @@ IN_PROC_BROWSER_TEST_F(TwoClientAppListSyncTest, RemoveDefault) {
extensions::ExtensionPrefs::Get(GetProfile(1))
->UpdateExtensionPref(default_app_id,
"was_installed_by_default",
- new base::FundamentalValue(true));
+ 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