Index: chrome/browser/extensions/app_notification_browsertest.cc |
=================================================================== |
--- chrome/browser/extensions/app_notification_browsertest.cc (revision 148497) |
+++ chrome/browser/extensions/app_notification_browsertest.cc (working copy) |
@@ -63,7 +63,7 @@ |
browser()->profile(), app, extension_misc::LAUNCH_TAB, |
NEW_FOREGROUND_TAB)); |
if (!interceptor.was_called()) |
- ui_test_utils::RunMessageLoop(); |
+ content::RunMessageLoop(); |
EXPECT_TRUE(interceptor.was_called()); |
ExtensionService* service = browser()->profile()->GetExtensionService(); |