| Index: chrome/browser/cocoa/view_resizer_pong.h
|
| diff --git a/chrome/browser/cocoa/view_resizer_pong.h b/chrome/browser/cocoa/view_resizer_pong.h
|
| index f5cd2e15955831035e02301df6d1c9e32c061256..5b661512543e3b71c8559bfd47b33c73ec3309cc 100644
|
| --- a/chrome/browser/cocoa/view_resizer_pong.h
|
| +++ b/chrome/browser/cocoa/view_resizer_pong.h
|
| @@ -13,7 +13,7 @@
|
| @private
|
| CGFloat height_;
|
| }
|
| -@property CGFloat height;
|
| +@property (nonatomic) CGFloat height;
|
|
|
| - (void)resizeView:(NSView*)view newHeight:(CGFloat)height;
|
| @end
|
|
|