Index: chrome/browser/cocoa/bookmark_bar_view_unittest.mm |
diff --git a/chrome/browser/cocoa/bookmark_bar_view_unittest.mm b/chrome/browser/cocoa/bookmark_bar_view_unittest.mm |
index 1b43c5954af428b06451a36e6e66bbbd519da48f..287d01d0578cbb4a45f72e6ff55b0edb59d9cfc1 100644 |
--- a/chrome/browser/cocoa/bookmark_bar_view_unittest.mm |
+++ b/chrome/browser/cocoa/bookmark_bar_view_unittest.mm |
@@ -27,9 +27,9 @@ namespace { |
// Only mock one type of drag data at a time. |
NSString* dragDataType_; |
} |
-@property (readwrite) BOOL dropIndicatorShown; |
-@property (readwrite) BOOL draggingEnteredCalled; |
-@property (copy) NSString* dragDataType; |
+@property (nonatomic) BOOL dropIndicatorShown; |
+@property (nonatomic) BOOL draggingEnteredCalled; |
+@property (nonatomic, copy) NSString* dragDataType; |
@end |
@implementation FakeBookmarkDraggingInfo |