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

Unified Diff: chrome/browser/ui/cocoa/content_settings/cookie_details.h

Issue 6258017: Mac: Never have a space between @property and ( (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome
Patch Set: comments 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/content_settings/cookie_details.h
diff --git a/chrome/browser/ui/cocoa/content_settings/cookie_details.h b/chrome/browser/ui/cocoa/content_settings/cookie_details.h
index 614c87cab3338c62c209a7db8e27120a31ca9c08..050e3798d6e9f58cdfb1bc0d305cc1262c6db0bd 100644
--- a/chrome/browser/ui/cocoa/content_settings/cookie_details.h
+++ b/chrome/browser/ui/cocoa/content_settings/cookie_details.h
@@ -121,9 +121,9 @@ enum CocoaCookieDetailsType {
scoped_nsobject<NSString> manifestURL_;
}
-@property (nonatomic, readonly) BOOL canEditExpiration;
-@property (nonatomic) BOOL hasExpiration;
-@property (nonatomic, readonly) CocoaCookieDetailsType type;
+@property(nonatomic, readonly) BOOL canEditExpiration;
+@property(nonatomic) BOOL hasExpiration;
+@property(nonatomic, readonly) CocoaCookieDetailsType type;
// The following methods are used in the bindings of subviews inside
// the cookie detail view. Note that the method that tests the

Powered by Google App Engine
This is Rietveld 408576698