Index: chrome/browser/cocoa/cookie_details.h |
diff --git a/chrome/browser/cocoa/cookie_details.h b/chrome/browser/cocoa/cookie_details.h |
index 06e8d4f00f12fe2b009b28a49f68c99b3d5f1a79..ce50dd95f6617b8b5fc9695c284948012741a543 100644 |
--- a/chrome/browser/cocoa/cookie_details.h |
+++ b/chrome/browser/cocoa/cookie_details.h |
@@ -113,9 +113,9 @@ enum CocoaCookieDetailsType { |
scoped_nsobject<NSString> manifestURL_; |
} |
-@property (readonly) BOOL canEditExpiration; |
-@property BOOL hasExpiration; |
-@property (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 |