| Index: chrome/browser/notifications/balloon_host.h
|
| diff --git a/chrome/browser/notifications/balloon_host.h b/chrome/browser/notifications/balloon_host.h
|
| index f05d53e02b714aedde89d638c14b52680d9392b6..3913c71d543b6ef08ed89090a530ee83ef536836 100644
|
| --- a/chrome/browser/notifications/balloon_host.h
|
| +++ b/chrome/browser/notifications/balloon_host.h
|
| @@ -68,7 +68,8 @@ class BalloonHost : public content::WebContentsDelegate,
|
| bool user_gesture) OVERRIDE;
|
|
|
| // content::WebContentsObserver implementation:
|
| - virtual void RenderViewCreated(RenderViewHost* render_view_host) OVERRIDE;
|
| + virtual void RenderViewCreated(
|
| + content::RenderViewHost* render_view_host) OVERRIDE;
|
| virtual void RenderViewReady() OVERRIDE;
|
| virtual void RenderViewGone(base::TerminationStatus status) OVERRIDE;
|
| virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
|
|