Index: chrome/browser/views/info_bar_item_view.h |
=================================================================== |
--- chrome/browser/views/info_bar_item_view.h (revision 3391) |
+++ chrome/browser/views/info_bar_item_view.h (working copy) |
@@ -43,7 +43,7 @@ |
// The preferred height is equal to the maximum height of all views |
// in the info bar. Preferred width is equal to the parents width. |
- virtual void GetPreferredSize(CSize* out); |
+ virtual gfx::Size GetPreferredSize(); |
// Lays out all child views of the info bar from trailing to leading. |
virtual void Layout(); |