| Index: chrome/browser/views/shelf_item_dialog.h
|
| ===================================================================
|
| --- chrome/browser/views/shelf_item_dialog.h (revision 3391)
|
| +++ chrome/browser/views/shelf_item_dialog.h (working copy)
|
| @@ -74,7 +74,7 @@
|
|
|
| // Overridden from View.
|
| virtual void DidChangeBounds(const CRect& previous, const CRect& current);
|
| - virtual void GetPreferredSize(CSize *out);
|
| + virtual gfx::Size GetPreferredSize();
|
| virtual bool AcceleratorPressed(const ChromeViews::Accelerator& accelerator);
|
|
|
| // TableViewObserver.
|
|
|