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 5649cceedc4b80b48e9692b44c9bc6d45413f244..c6532bf8cd5520a8be0c2610ee9c85137bcf7ced 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 |
@@ -542,7 +542,7 @@ IN_PROC_BROWSER_TEST_F(TwoClientAppsSyncTest, BookmarkApp) { |
++num_extensions; |
{ |
content::WindowedNotificationObserver windowed_observer( |
- chrome::NOTIFICATION_CRX_INSTALLER_DONE, |
+ extensions::NOTIFICATION_CRX_INSTALLER_DONE, |
content::NotificationService::AllSources()); |
extensions::CreateOrUpdateBookmarkApp(GetExtensionService(GetProfile(0)), |
web_app_info); |
@@ -552,7 +552,7 @@ IN_PROC_BROWSER_TEST_F(TwoClientAppsSyncTest, BookmarkApp) { |
} |
{ |
content::WindowedNotificationObserver windowed_observer( |
- chrome::NOTIFICATION_CRX_INSTALLER_DONE, |
+ extensions::NOTIFICATION_CRX_INSTALLER_DONE, |
content::NotificationService::AllSources()); |
extensions::CreateOrUpdateBookmarkApp(GetExtensionService(verifier()), |
web_app_info); |
@@ -563,7 +563,7 @@ IN_PROC_BROWSER_TEST_F(TwoClientAppsSyncTest, BookmarkApp) { |
{ |
// Wait for the synced app to install. |
content::WindowedNotificationObserver windowed_observer( |
- chrome::NOTIFICATION_CRX_INSTALLER_DONE, |
+ extensions::NOTIFICATION_CRX_INSTALLER_DONE, |
content::NotificationService::AllSources()); |
ASSERT_TRUE(AwaitQuiescence()); |
windowed_observer.Wait(); |