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

Unified Diff: chrome/browser/cocoa/bookmark_menu.h

Issue 2769014: Mac/clang: Possibly contentious changes. (Closed)
Patch Set: comments2 Created 10 years, 6 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/cocoa/bookmark_menu.h
diff --git a/chrome/browser/cocoa/bookmark_menu.h b/chrome/browser/cocoa/bookmark_menu.h
index 5d39edfbc59882cb6a307fa9de07a6674eb0d447..d4ac001513a2fe0d1e5c59c9c341fd595e74534f 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

Powered by Google App Engine
This is Rietveld 408576698