Index: content/browser/tab_contents/tab_contents_view.cc |
=================================================================== |
--- content/browser/tab_contents/tab_contents_view.cc (revision 91968) |
+++ content/browser/tab_contents/tab_contents_view.cc (working copy) |
@@ -44,7 +44,7 @@ |
if (new_contents) { |
NotificationService::current()->Notify( |
- NotificationType::CREATING_NEW_WINDOW, |
+ content::NOTIFICATION_CREATING_NEW_WINDOW, |
Source<TabContents>(tab_contents_), |
Details<const ViewHostMsg_CreateWindow_Params>(¶ms)); |
@@ -52,7 +52,7 @@ |
tab_contents_->delegate()->TabContentsCreated(new_contents); |
} else { |
NotificationService::current()->Notify( |
- NotificationType::CREATING_NEW_WINDOW_CANCELLED, |
+ content::NOTIFICATION_CREATING_NEW_WINDOW_CANCELLED, |
Source<TabContents>(tab_contents_), |
Details<const ViewHostMsg_CreateWindow_Params>(¶ms)); |
} |