| Index: content/browser/renderer_host/render_process_host.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/render_process_host.cc (revision 91968)
|
| +++ content/browser/renderer_host/render_process_host.cc (working copy)
|
| @@ -130,7 +130,7 @@
|
| // When no other owners of this object, we can delete ourselves
|
| if (listeners_.IsEmpty()) {
|
| NotificationService::current()->Notify(
|
| - NotificationType::RENDERER_PROCESS_TERMINATED,
|
| + content::NOTIFICATION_RENDERER_PROCESS_TERMINATED,
|
| Source<RenderProcessHost>(this), NotificationService::NoDetails());
|
| MessageLoop::current()->DeleteSoon(FROM_HERE, this);
|
| deleting_soon_ = true;
|
|
|