| 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_
|
|
|