Index: chrome/browser/cocoa/bookmark_editor_controller.h |
diff --git a/chrome/browser/cocoa/bookmark_editor_controller.h b/chrome/browser/cocoa/bookmark_editor_controller.h |
index 2f4129c9f4ad15543986c8d0d37cddf15cd6038d..24fde0231d32a463884a7f22e62dd2329af68aab 100644 |
--- a/chrome/browser/cocoa/bookmark_editor_controller.h |
+++ b/chrome/browser/cocoa/bookmark_editor_controller.h |
@@ -18,7 +18,7 @@ |
IBOutlet NSTextField* urlField_; |
} |
-@property (copy) NSString* displayURL; |
+@property (nonatomic, copy) NSString* displayURL; |
- (id)initWithParentWindow:(NSWindow*)parentWindow |
profile:(Profile*)profile |