diff options
Diffstat (limited to 'chrome/browser/cocoa/background_gradient_view.h')
-rw-r--r-- | chrome/browser/cocoa/background_gradient_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/background_gradient_view.h b/chrome/browser/cocoa/background_gradient_view.h index 8ebddc6f..db6aa9e 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_ |