| Index: chrome/browser/ui/views/notifications/balloon_view_host.h
|
| diff --git a/chrome/browser/ui/views/notifications/balloon_view_host.h b/chrome/browser/ui/views/notifications/balloon_view_host.h
|
| index a2f666307e63afcc2193d2865843fc1ce3fb5f2a..23f82b9ecfe0e6d6bc94168dbeeede100ee090fc 100644
|
| --- a/chrome/browser/ui/views/notifications/balloon_view_host.h
|
| +++ b/chrome/browser/ui/views/notifications/balloon_view_host.h
|
| @@ -39,9 +39,7 @@ class BalloonViewHost : public BalloonHost {
|
|
|
| protected:
|
| virtual void InitRenderWidgetHostView();
|
| - virtual RenderWidgetHostView* render_widget_host_view() const {
|
| - return render_widget_host_view_;
|
| - }
|
| + virtual RenderWidgetHostView* render_widget_host_view() const;
|
|
|
| private:
|
| // The platform-specific widget host view. Pointer is owned by the RVH.
|
|
|