| Index: chrome/browser/extensions/lazy_background_page_apitest.cc
 | 
| diff --git a/chrome/browser/extensions/lazy_background_page_apitest.cc b/chrome/browser/extensions/lazy_background_page_apitest.cc
 | 
| index 135313125b5e14d69729178ec9e3699557c94553..d25219f9894ef117b525c120c4eaf3b1c8a426ac 100644
 | 
| --- a/chrome/browser/extensions/lazy_background_page_apitest.cc
 | 
| +++ b/chrome/browser/extensions/lazy_background_page_apitest.cc
 | 
| @@ -216,7 +216,7 @@ IN_PROC_BROWSER_TEST_F(LazyBackgroundPageApiTest, WaitForDialog) {
 | 
|    ASSERT_TRUE(extension);
 | 
|  
 | 
|    // The test extension opens a dialog on installation.
 | 
| -  AppModalDialog* dialog = ui_test_utils::WaitForAppModalDialog();
 | 
| +  app_modal::AppModalDialog* dialog = ui_test_utils::WaitForAppModalDialog();
 | 
|    ASSERT_TRUE(dialog);
 | 
|  
 | 
|    // With the dialog open the background page is still alive.
 | 
| 
 |