Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5093)

Unified Diff: chrome/browser/ui/cocoa/info_bubble_window.h

Issue 6258017: Mac: Never have a space between @property and ( (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698