| Index: chrome/browser/notifications/balloon_host.cc
|
| ===================================================================
|
| --- chrome/browser/notifications/balloon_host.cc (revision 138369)
|
| +++ chrome/browser/notifications/balloon_host.cc (working copy)
|
| @@ -132,7 +132,7 @@
|
| MSG_ROUTING_NONE,
|
| NULL,
|
| NULL));
|
| - web_contents_->SetViewType(chrome::VIEW_TYPE_NOTIFICATION);
|
| + chrome::SetViewType(web_contents_.get(), chrome::VIEW_TYPE_NOTIFICATION);
|
| web_contents_->SetDelegate(this);
|
| Observe(web_contents_.get());
|
|
|
|
|