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

Unified Diff: chrome/browser/cocoa/background_gradient_view.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/background_gradient_view.h
diff --git a/chrome/browser/cocoa/background_gradient_view.h b/chrome/browser/cocoa/background_gradient_view.h
index 8ebddc6f883c167302d1929a14ef47e6cdbc0e70..db6aa9eab07197655fe460d87a723779f2855a0a 100644
--- a/chrome/browser/cocoa/background_gradient_view.h
+++ b/chrome/browser/cocoa/background_gradient_view.h
@@ -22,7 +22,7 @@
- (void)drawBackground;
// Controls whether the bar draws a dividing line at the bottom.
-@property(assign) BOOL showsDivider;
+@property(nonatomic, assign) BOOL showsDivider;
@end
#endif // CHROME_BROWSER_COCOA_BACKGROUND_GRADIENT_VIEW_H_

Powered by Google App Engine
This is Rietveld 408576698