Index: chrome/browser/renderer_host/chrome_render_view_host_observer.cc |
=================================================================== |
--- chrome/browser/renderer_host/chrome_render_view_host_observer.cc (revision 91968) |
+++ chrome/browser/renderer_host/chrome_render_view_host_observer.cc (working copy) |
@@ -11,6 +11,7 @@ |
#include "chrome/common/render_messages.h" |
#include "content/browser/renderer_host/render_view_host.h" |
#include "content/browser/renderer_host/render_view_host_delegate.h" |
+#include "chrome/common/chrome_notification_types.h" |
#include "content/common/notification_service.h" |
#include "content/common/url_constants.h" |
#include "content/common/view_messages.h" |
@@ -46,7 +47,7 @@ |
const std::string& json_string, int automation_id) { |
DomOperationNotificationDetails details(json_string, automation_id); |
NotificationService::current()->Notify( |
- NotificationType::DOM_OPERATION_RESPONSE, |
+ chrome::NOTIFICATION_DOM_OPERATION_RESPONSE, |
Source<RenderViewHost>(render_view_host()), |
Details<DomOperationNotificationDetails>(&details)); |
} |