Index: chrome/browser/notifications/balloon_host.cc |
=================================================================== |
--- chrome/browser/notifications/balloon_host.cc (revision 90090) |
+++ chrome/browser/notifications/balloon_host.cc (working copy) |
@@ -196,7 +196,7 @@ |
InitRenderWidgetHostView(); |
DCHECK(render_widget_host_view()); |
- rvh->set_view(render_widget_host_view()); |
+ rvh->SetView(render_widget_host_view()); |
rvh->CreateRenderView(string16()); |
rvh->NavigateToURL(balloon_->notification().content_url()); |