| Index: chrome/browser/ui/gtk/notifications/balloon_view_host_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/notifications/balloon_view_host_gtk.cc b/chrome/browser/ui/gtk/notifications/balloon_view_host_gtk.cc
|
| index 74eaa46a81f5719635a58d65f8bdea02c8b34ebe..7f3184454a5fa8800f8540fdef5ce148b2df2430 100644
|
| --- a/chrome/browser/ui/gtk/notifications/balloon_view_host_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/notifications/balloon_view_host_gtk.cc
|
| @@ -20,7 +20,7 @@ BalloonViewHost::~BalloonViewHost() {
|
| }
|
|
|
| void BalloonViewHost::UpdateActualSize(const gfx::Size& new_size) {
|
| - RenderViewHost* host = web_contents_->GetRenderViewHost();
|
| + content::RenderViewHost* host = web_contents_->GetRenderViewHost();
|
| if (host) {
|
| content::RenderWidgetHostView* view = host->GetView();
|
| if (view)
|
|
|