Index: content/browser/renderer_host/resource_dispatcher_host_browsertest.cc |
=================================================================== |
--- content/browser/renderer_host/resource_dispatcher_host_browsertest.cc (revision 96788) |
+++ content/browser/renderer_host/resource_dispatcher_host_browsertest.cc (working copy) |
@@ -5,7 +5,7 @@ |
#include "base/string_util.h" |
#include "base/utf_string_conversions.h" |
#include "chrome/browser/ui/browser.h" |
-#include "chrome/common/chrome_notification_types.h" |
+#include "content/common/content_notification_types.h" |
jam
2011/08/16 01:19:32
nit: move this down
|
#include "chrome/test/base/in_process_browser_test.h" |
#include "chrome/test/base/ui_test_utils.h" |
#include "content/browser/tab_contents/tab_contents.h" |
@@ -30,7 +30,7 @@ |
ui_test_utils::NavigateToURL(browser(), url); |
ui_test_utils::WindowedNotificationObserver observer( |
- chrome::NOTIFICATION_BROWSER_WINDOW_READY, |
+ content::NOTIFICATION_TAB_ADDED, |
NotificationService::AllSources()); |
// Create dynamic popup. |