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 616befb624a7fab2bb19953dd94504fed6b403d9..322df28a87ae696adc84afc0935285de20ffdc86 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 |
@@ -92,7 +92,7 @@ class TwoClientAppListSyncTest : public SyncTest { |
if (extension_service && extension_service->is_ready()) |
return; |
content::WindowedNotificationObserver extensions_loaded_observer( |
- chrome::NOTIFICATION_EXTENSIONS_READY, |
+ extensions::NOTIFICATION_EXTENSIONS_READY_DEPRECATED, |
content::NotificationService::AllSources()); |
extensions_loaded_observer.Wait(); |
} |