| Index: chrome/browser/ui/cocoa/tab_view_picker_table.h
|
| diff --git a/chrome/browser/ui/cocoa/tab_view_picker_table.h b/chrome/browser/ui/cocoa/tab_view_picker_table.h
|
| index b6b80b0389f36d183fec8ea245a7b8caa567a7a5..5de51f49951bc6ceeed40fec02fb46696115db9e 100644
|
| --- a/chrome/browser/ui/cocoa/tab_view_picker_table.h
|
| +++ b/chrome/browser/ui/cocoa/tab_view_picker_table.h
|
| @@ -25,5 +25,5 @@
|
| // Shown above all the tab names. May be |nil|.
|
| scoped_nsobject<NSString> heading_;
|
| }
|
| -@property (nonatomic, copy) NSString* heading;
|
| +@property(nonatomic, copy) NSString* heading;
|
| @end
|
|
|