| Index: chrome/browser/extensions/lazy_background_page_apitest.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/lazy_background_page_apitest.cc (revision 147577)
|
| +++ chrome/browser/extensions/lazy_background_page_apitest.cc (working copy)
|
| @@ -150,7 +150,7 @@
|
|
|
| // Open a tab to a URL that will trigger the page action to show.
|
| LazyBackgroundObserver page_complete;
|
| - ui_test_utils::WindowedNotificationObserver page_action_changed(
|
| + content::WindowedNotificationObserver page_action_changed(
|
| chrome::NOTIFICATION_EXTENSION_PAGE_ACTION_VISIBILITY_CHANGED,
|
| content::NotificationService::AllSources());
|
| ui_test_utils::NavigateToURL(
|
|
|