Index: chrome/browser/notifications/balloon_host.h |
diff --git a/chrome/browser/notifications/balloon_host.h b/chrome/browser/notifications/balloon_host.h |
index 3913c71d543b6ef08ed89090a530ee83ef536836..00b1565da127435541556eeeb1e9f8b14f897d3b 100644 |
--- a/chrome/browser/notifications/balloon_host.h |
+++ b/chrome/browser/notifications/balloon_host.h |
@@ -59,8 +59,8 @@ class BalloonHost : public content::WebContentsDelegate, |
// content::WebContentsDelegate implementation: |
virtual void CloseContents(content::WebContents* source) OVERRIDE; |
virtual void HandleMouseDown() OVERRIDE; |
- virtual void UpdatePreferredSize(content::WebContents* source, |
- const gfx::Size& pref_size) OVERRIDE; |
+ virtual void ResizeDueToAutoResize(content::WebContents* source, |
+ const gfx::Size& pref_size) OVERRIDE; |
virtual void AddNewContents(content::WebContents* source, |
content::WebContents* new_contents, |
WindowOpenDisposition disposition, |