summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/bookmark_menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/cocoa/bookmark_menu.h')
-rw-r--r--chrome/browser/cocoa/bookmark_menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/bookmark_menu.h b/chrome/browser/cocoa/bookmark_menu.h
index 5d39edf..d4ac001 100644
--- a/chrome/browser/cocoa/bookmark_menu.h
+++ b/chrome/browser/cocoa/bookmark_menu.h
@@ -15,6 +15,6 @@
int64 id_; // id of the bookmark node we represent.
}
- (void)setRepresentedObject:(id)object;
-@property int64 id;
+@property (nonatomic) int64 id;
@end