| Index: chrome/browser/views/info_bubble.h
|
| ===================================================================
|
| --- chrome/browser/views/info_bubble.h (revision 3391)
|
| +++ chrome/browser/views/info_bubble.h (working copy)
|
| @@ -107,7 +107,7 @@
|
|
|
| // Returns the preferred size, which is the sum of the preferred size of
|
| // the content and the border/arrow.
|
| - virtual void GetPreferredSize(CSize* pref);
|
| + virtual gfx::Size GetPreferredSize();
|
|
|
| // Positions the content relative to the border.
|
| virtual void Layout();
|
|
|