| Index: chrome/browser/sync/test/integration/two_client_apps_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/two_client_apps_sync_test.cc b/chrome/browser/sync/test/integration/two_client_apps_sync_test.cc
|
| index 8cf9393ba4b4fd2177b19786a7e6293f081e0483..58d590acad46ad150e507b4015638c32d4a88a3b 100644
|
| --- a/chrome/browser/sync/test/integration/two_client_apps_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/two_client_apps_sync_test.cc
|
| @@ -443,7 +443,7 @@ IN_PROC_BROWSER_TEST_F(TwoClientAppsSyncTest, BookmarkApp) {
|
| extensions::NOTIFICATION_CRX_INSTALLER_DONE,
|
| content::NotificationService::AllSources());
|
| extensions::CreateOrUpdateBookmarkApp(GetExtensionService(GetProfile(0)),
|
| - web_app_info);
|
| + &web_app_info);
|
| windowed_observer.Wait();
|
| EXPECT_EQ(num_extensions,
|
| GetExtensionRegistry(GetProfile(0))->enabled_extensions().size());
|
| @@ -453,7 +453,7 @@ IN_PROC_BROWSER_TEST_F(TwoClientAppsSyncTest, BookmarkApp) {
|
| extensions::NOTIFICATION_CRX_INSTALLER_DONE,
|
| content::NotificationService::AllSources());
|
| extensions::CreateOrUpdateBookmarkApp(GetExtensionService(verifier()),
|
| - web_app_info);
|
| + &web_app_info);
|
| windowed_observer.Wait();
|
| EXPECT_EQ(num_extensions,
|
| GetExtensionRegistry(verifier())->enabled_extensions().size());
|
|
|