Chromium Code Reviews| Index: chrome/browser/ui/cocoa/info_bubble_window.h |
| diff --git a/chrome/browser/ui/cocoa/info_bubble_window.h b/chrome/browser/ui/cocoa/info_bubble_window.h |
| index 38ae44d3f57102b45c76c618b24810384997c36e..06d478a860e082de103c8330a47bd3c6f7f742a2 100644 |
| --- a/chrome/browser/ui/cocoa/info_bubble_window.h |
| +++ b/chrome/browser/ui/cocoa/info_bubble_window.h |
| @@ -27,6 +27,6 @@ class AppNotificationBridge; |
| // after the closing animation has completed. |
| - (BOOL)isClosing; |
| -@property (nonatomic) BOOL delayOnClose; |
| +@property(nonatomic) BOOL delayOnClose; |
|
Robert Sesek
2011/01/24 18:03:57
Move this up to be right after the ivar block.
Nico
2011/01/24 18:13:25
Done.
|
| @end |