Chromium Code Reviews| Index: chrome/browser/notifications/balloon_host.h |
| diff --git a/chrome/browser/notifications/balloon_host.h b/chrome/browser/notifications/balloon_host.h |
| index aba22e0640af0a73a909e7d058a94b84644ae3c9..94fd43fc119c7a51bc7b0858e6997c966d7a6749 100644 |
| --- a/chrome/browser/notifications/balloon_host.h |
| +++ b/chrome/browser/notifications/balloon_host.h |
| @@ -56,10 +56,10 @@ class BalloonHost : public RenderViewHostDelegate, |
| virtual void RenderViewGone(RenderViewHost* render_view_host, |
| base::TerminationStatus status, |
| int error_code); |
| - virtual void UpdateTitle(RenderViewHost* render_view_host, |
| - int32 page_id, |
| - const string16& title, |
| - WebKit::WebTextDirection title_direction) OVERRIDE {} |
| + virtual void UpdateTitle( |
| + RenderViewHost* render_view_host, |
| + int32 page_id, |
| + const base::i18n::StringWithDirection& title) OVERRIDE {} |
|
darin (slow to review)
2011/04/21 02:56:00
so much namespacing :(
|
| virtual int GetBrowserWindowID() const; |
| virtual ViewType::Type GetRenderViewType() const; |
| virtual RenderViewHostDelegate::View* GetViewDelegate(); |