| 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.
|
|
|