Index: content/browser/tab_contents/render_view_host_manager_unittest.cc |
=================================================================== |
--- content/browser/tab_contents/render_view_host_manager_unittest.cc (revision 91968) |
+++ content/browser/tab_contents/render_view_host_manager_unittest.cc (working copy) |
@@ -185,7 +185,7 @@ |
SiteInstance* instance = SiteInstance::CreateSiteInstance(profile_.get()); |
TestTabContents tab_contents(profile_.get(), instance); |
- notifications.ListenFor(NotificationType::RENDER_VIEW_HOST_CHANGED, |
+ notifications.ListenFor(content::NOTIFICATION_RENDER_VIEW_HOST_CHANGED, |
Source<NavigationController>(&tab_contents.controller())); |
// Create. |
@@ -254,7 +254,7 @@ |
// We should observe a notification. |
EXPECT_TRUE(notifications.Check1AndReset( |
- NotificationType::RENDER_VIEW_HOST_CHANGED)); |
+ content::NOTIFICATION_RENDER_VIEW_HOST_CHANGED)); |
} |
// Tests WebUI creation. |