| Index: chrome/browser/ui/cocoa/notifications/balloon_view.mm
|
| diff --git a/chrome/browser/ui/cocoa/notifications/balloon_view.mm b/chrome/browser/ui/cocoa/notifications/balloon_view.mm
|
| index fa9e8f531abbbbd6bf28bb4a2d7deb9624bd93ae..eeac6fa69f94af61b0576d3a12f089c77a61b6a1 100644
|
| --- a/chrome/browser/ui/cocoa/notifications/balloon_view.mm
|
| +++ b/chrome/browser/ui/cocoa/notifications/balloon_view.mm
|
| @@ -19,7 +19,7 @@ const int kRoundedCornerSize = 6;
|
|
|
| @implementation BalloonWindow
|
| - (id)initWithContentRect:(NSRect)contentRect
|
| - styleMask:(unsigned int)aStyle
|
| + styleMask:(NSUInteger)aStyle
|
| backing:(NSBackingStoreType)bufferingType
|
| defer:(BOOL)flag {
|
| self = [super initWithContentRect:contentRect
|
|
|