Chromium Code Reviews| Index: chrome/browser/ui/cocoa/page_info_bubble_controller.h |
| diff --git a/chrome/browser/ui/cocoa/page_info_bubble_controller.h b/chrome/browser/ui/cocoa/page_info_bubble_controller.h |
| index 10909c6c4ffdcc170cab6fbeb683c36cbb96dc7e..83014806d76a128f7dfad681b8b1ab247187169c 100644 |
| --- a/chrome/browser/ui/cocoa/page_info_bubble_controller.h |
| +++ b/chrome/browser/ui/cocoa/page_info_bubble_controller.h |
| @@ -23,7 +23,7 @@ |
| int certID_; |
| } |
| -@property (nonatomic, assign) int certID; |
| +@property(nonatomic, assign) int certID; |
|
Robert Sesek
2011/01/24 18:03:57
Please revert this change. I've got this in anothe
Nico
2011/01/24 18:13:25
I don't understand why you're asking for this, but
|
| // Designated initializer. The new instance will take ownership of |model| and |
| // |bridge|. There should be a 1:1 mapping of models to bridges. The |